[PVFS2-CVS] commit by neill in pvfs2/src/client/sysint: remove.sm
CVS commit program
cvs at parl.clemson.edu
Wed Sep 15 16:01:52 EDT 2004
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv26059/src/client/sysint
Modified Files:
remove.sm
Log Message:
- downgrade gossip error to gossip debug
Index: remove.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/remove.sm,v
diff -p -u -r1.12 -r1.13
--- remove.sm 15 Sep 2004 18:49:52 -0000 1.12
+++ remove.sm 15 Sep 2004 19:01:52 -0000 1.13
@@ -408,8 +408,10 @@ static int remove_helper_cleanup(PINT_cl
if (js_p->error_code)
{
- PVFS_perror_gossip("remove_helper_cleanup error",
- js_p->error_code);
+ char buf[64] = {0};
+ PVFS_strerror_r(js_p->error_code, buf, 64);
+ gossip_debug(GOSSIP_CLIENT_DEBUG,
+ "remove_helper_cleanup error: %s\n", buf);
}
return 1;
}
More information about the PVFS2-CVS
mailing list