[Pvfs2-cvs] commit by mtmoore in pvfs2/src/client/sysint: acache.c

CVS commit program cvs at parl.clemson.edu
Tue Jun 7 19:44:13 EDT 2011


Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv16968/pvfs2/src/client/sysint

Modified Files:
      Tag: Orange-Branch
	acache.c 
Log Message:
quite compiler warning about unterminated string


Index: acache.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/acache.c,v
diff -p -u -r1.30.20.1 -r1.30.20.2
--- acache.c	3 Sep 2009 21:24:45 -0000	1.30.20.1
+++ acache.c	7 Jun 2011 23:44:12 -0000	1.30.20.2
@@ -366,8 +366,8 @@ int PINT_acache_get_cached_entry(
     }
  
 #if 0
-    gossip_debug(GOSSIP_ACACHE_DEBUG, "acache: 
-status=%d, attr_status=%d, size_status=%d\n",
+    gossip_debug(GOSSIP_ACACHE_DEBUG, "acache: "
+                 "status=%d, attr_status=%d, size_status=%d\n",
                  status, tmp_payload->attr_status, tmp_payload->size_status);
 #endif
 



More information about the Pvfs2-cvs mailing list