moved stderr line to a log line
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 3 Mar 2006 21:02:22 +0000 (21:02 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 3 Mar 2006 21:02:22 +0000 (21:02 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@658 9efc2488-bf62-4759-914b-345cdb29e865

src/router/osrf_router_main.c

index aaa3843..f3122cb 100644 (file)
@@ -35,7 +35,8 @@ int main( int argc, char* argv[] ) {
 
 int __setupRouter( char* config, char* context ) {
 
-       fprintf(stderr, "Launching router with config %s and config context %s", config, context );
+       osrfLogInfo(OSRF_LOG_MARK, "Launching router with config "
+                       "%s and config context %s", config, context );
        osrfConfig* cfg = osrfConfigInit( config, context );
        osrfConfigSetDefaultConfig(cfg);