- Remove left-over debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30838 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Bruno G. Albuquerque
2009-05-24 14:02:06 +00:00
parent 5850567a72
commit 9bed204d78
@@ -1033,8 +1033,6 @@ dosfs_write_fs_stat(fs_volume *_vol, const struct fs_info * fss, uint32 mask)
buffer = diri_init(vol, vol->root_vnode.cluster, vol->vol_entry, &diri);
// check if it is the same as the old volume label
dprintf("buffer = %s\n", buffer);
dprintf("vol->vol_label = %s\n", vol->vol_label);
if ((buffer == NULL) || (strncmp(buffer, vol->vol_label, 11) == 0)) {
dprintf("dosfs_wfsstat: label mismatch\n");
diri_free(&diri);