[PVFS2-CVS] commit by neill in pvfs2/src/server: flush.sm

CVS commit program cvs at parl.clemson.edu
Tue Feb 17 12:01:58 EST 2004


Update of /projects/cvsroot/pvfs2/src/server
In directory parlweb:/tmp/cvs-serv4397/src/server

Modified Files:
	flush.sm 
Log Message:
fix


Index: flush.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/flush.sm,v
diff -p -u -r1.8 -r1.9
--- flush.sm	17 Feb 2004 16:58:58 -0000	1.8
+++ flush.sm	17 Feb 2004 17:01:58 -0000	1.9
@@ -164,7 +164,7 @@ static int flush_check_error(PINT_server
     if (js_p->error_code == -TROVE_ENOENT)
     {
         gossip_err("failed to flush handle %Lu\n",
-                   s_op->req->u.flush.handle);
+                   Lu(s_op->req->u.flush.handle));
     }
     return 1;
 }



More information about the PVFS2-CVS mailing list