src/dbfs/attr.c
changeset 36 56427f22e969
parent 33 c71f3053c714
child 41 6abda2fa4579
--- a/src/dbfs/attr.c	Fri Oct 17 20:12:20 2008 +0300
+++ b/src/dbfs/attr.c	Tue Oct 21 21:42:17 2008 +0300
@@ -27,7 +27,7 @@
         EERROR(err = EIO, "invalid db data");
  
         
-    INFO("[dbfs.getattr %p] -> ino=%lu, stat follows", req, (unsigned long int) ino);
+    INFO("\t[dbfs.getattr %p] -> ino=%lu, stat follows", req, (unsigned long int) ino);
     
     // inode
     st.st_ino = ino;