[PVFS2-CVS] commit by robl in pvfs2-1/src/server: lookup.sm
CVS commit program
cvs at parl.clemson.edu
Thu Jul 7 18:43:46 EDT 2005
Update of /projects/cvsroot/pvfs2-1/src/server
In directory parlweb:/tmp/cvs-serv23169/src/server
Modified Files:
lookup.sm
Log Message:
[pcarns]: fix bogus error messages
Index: lookup.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/server/lookup.sm,v
diff -u -w -p -u -r1.39 -r1.40
--- lookup.sm 8 Jun 2005 19:30:30 -0000 1.39
+++ lookup.sm 7 Jul 2005 21:43:46 -0000 1.40
@@ -338,8 +338,8 @@ static int lookup_verify_object_metadata
assert(ret == 0);
- gossip_debug(GOSSIP_SERVER_DEBUG, " object is a datafile; will be "
- "looking for handle for segment %s in a bit\n",
+ gossip_debug(GOSSIP_SERVER_DEBUG, " object is a directory; will be "
+ "looking for handle for segment \"%s\" in a bit\n",
s_op->u.lookup.segp);
More information about the PVFS2-CVS
mailing list