From b6aba400145ca62a1eac2d2cdd21a5eff7356bb4 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 3 Mar 2006 21:02:22 +0000 Subject: [PATCH 1/1] moved stderr line to a log line git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@658 9efc2488-bf62-4759-914b-345cdb29e865 --- src/router/osrf_router_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/router/osrf_router_main.c b/src/router/osrf_router_main.c index aaa3843..f3122cb 100644 --- a/src/router/osrf_router_main.c +++ b/src/router/osrf_router_main.c @@ -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); -- 2.43.2