[Pvfs2-cvs] commit by slang in pvfs2/src/server: remove.sm

CVS commit program cvs at parl.clemson.edu
Tue Oct 10 14:44:25 EDT 2006


Update of /projects/cvsroot/pvfs2/src/server
In directory parlweb1:/tmp/cvs-serv3381/src/server

Modified Files:
	remove.sm 
Log Message:
[phil]: added ACCESS_DEBUG option to print hostnames instead of IP addresses in debug output.
[slang]: fix to previous commit of debug statement in remove.sm


Index: remove.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/remove.sm,v
diff -p -u -r1.52 -r1.53
--- remove.sm	10 Oct 2006 16:37:22 -0000	1.52
+++ remove.sm	10 Oct 2006 18:44:25 -0000	1.53
@@ -312,11 +312,11 @@ static int remove_check_dirdata_entries(
         {
             gossip_debug(GOSSIP_SERVER_DEBUG, 
                          " detected non-empty "
-                         "directory (fsid: %u, handle: %llu, size %llu) "
+                         "directory (fsid: %u, handle: %llu, size: %d) "
                          "-- returning error\n",
                          s_op->u.remove.fs_id,
                          llu(s_op->u.remove.handle),
-                         llu(s_op->u.remove.keyval_handle_info.count));
+                         s_op->u.remove.keyval_handle_info.count);
             js_p->error_code = -PVFS_ENOTEMPTY;
         }
     }



More information about the Pvfs2-cvs mailing list