From: Anthony Minessale Date: Wed, 14 Jan 2009 13:37:12 +0000 (+0000) Subject: doh X-Git-Tag: v1.0.3~748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82abe0e7b7a3322bcd62c8f4898608642b45dad7;p=thirdparty%2Ffreeswitch.git doh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11187 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core.c b/src/switch_core.c index b51d84b7eb..2926a42a88 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1265,7 +1265,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init_and_modload(switch_core_flag_t signal(SIGUSR1, handle_SIGHUP); #endif signal(SIGHUP, handle_SIGHUP); - printf("WTF\n"); + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Bringing up environment.\n"); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Loading Modules.\n");