From 971893c445e8f5a4290e306ab5b8e2cb45506c27 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Fri, 27 Nov 2009 12:07:27 +0000 Subject: [PATCH] add zmap version info to log start/stop messages. --- src/zmapUtils/zmapLogging.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zmapUtils/zmapLogging.c b/src/zmapUtils/zmapLogging.c index ffc6a3c92..539a324c8 100755 --- a/src/zmapUtils/zmapLogging.c +++ b/src/zmapUtils/zmapLogging.c @@ -29,9 +29,9 @@ * * Exported functions: See zmapUtilsLog.h * HISTORY: - * Last edited: Apr 7 18:46 2009 (rds) + * Last edited: Nov 27 12:02 2009 (edgrif) * Created: Tue Apr 17 15:47:10 2007 (edgrif) - * CVS info: $Id: zmapLogging.c,v 1.21 2009-04-07 17:46:51 rds Exp $ + * CVS info: $Id: zmapLogging.c,v 1.22 2009-11-27 12:07:27 edgrif Exp $ *------------------------------------------------------------------- */ #ifdef HAVE_CONFIG_H @@ -738,7 +738,7 @@ static void writeStartOrStopMessage(gboolean start) time_str = zMapGetTimeString(ZMAPTIME_STANDARD, NULL) ; - zMapLogMessage("**** ZMap Session %s %s ****", (start ? "started" : "stopped"), time_str) ; + zMapLogMessage("**** %s Session %s %s ****", zMapGetAppTitle(), (start ? "started" : "stopped"), time_str) ; g_free(time_str) ; -- GitLab