Change start log message to 'metaproxy start'
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 26 Apr 2012 08:58:32 +0000 (10:58 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 26 Apr 2012 08:59:58 +0000 (10:59 +0200)
Was 'Metaproxy start' before. Consistent with 'metaproxy stop'
message.

src/metaproxy_prog.cpp

index 57c59e6..a6fc78d 100644 (file)
@@ -184,7 +184,7 @@ static int sc_main(
         return 1;
     }
     
-    yaz_log(YLOG_LOG, "Metaproxy start " VERSION
+    yaz_log(YLOG_LOG, "metaproxy start " VERSION
 #ifdef VERSION_SHA1
             " " VERSION_SHA1
 #endif