[PVFS2-CVS] commit by robl in pvfs2-1/src/server: pvfs2-server.c

CVS commit program cvs at parl.clemson.edu
Tue Aug 2 13:17:32 EDT 2005


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

Modified Files:
	pvfs2-server.c 
Log Message:
[pcarns]: add an additional logging statement when the server starts up


Index: pvfs2-server.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/server/pvfs2-server.c,v
diff -u -w -p -u -r1.184 -r1.185
--- pvfs2-server.c	2 Aug 2005 14:35:32 -0000	1.184
+++ pvfs2-server.c	2 Aug 2005 16:17:32 -0000	1.185
@@ -503,6 +503,11 @@ static int server_initialize(
                         server_config.logfile);
             return ret;
         }
+        /* log starting message again so it appears in log file, not just
+         * console
+         */
+        gossip_debug(GOSSIP_SERVER_DEBUG,
+           "PVFS2 Server version %s starting.\n", PVFS2_VERSION);
     }
     return ret;
 }



More information about the PVFS2-CVS mailing list