[PVFS2-CVS] commit by pw in pvfs2/src/client/sysint: initialize.c

CVS commit program cvs at parl.clemson.edu
Mon Mar 28 13:32:43 EST 2005


Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv22353/src/client/sysint

Modified Files:
	initialize.c 
Log Message:
always write logfile from scratch, do not append


Index: initialize.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/initialize.c,v
diff -u -p -u -r1.94 -r1.95
--- initialize.c	7 Dec 2004 15:09:28 -0000	1.94
+++ initialize.c	28 Mar 2005 18:32:43 -0000	1.95
@@ -89,7 +89,7 @@ int PVFS_sys_initialize(uint64_t default
     debug_file = getenv("PVFS2_DEBUGFILE");
     if (debug_file)
     {
-        gossip_enable_file(debug_file, "a");
+        gossip_enable_file(debug_file, "w");
     }
 
     /* Initialize the distribution subsystem */



More information about the PVFS2-CVS mailing list