From: Anthony Minessale Date: Mon, 12 Sep 2011 22:54:07 +0000 (-0500) Subject: wtf X-Git-Tag: v1.2-rc1~51^2~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d354399c8ad8780ef1bbc4303276c0a17cd9cba3;p=thirdparty%2Ffreeswitch.git wtf --- diff --git a/src/switch_core.c b/src/switch_core.c index c4ce502721..89b683c02d 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -2297,7 +2297,6 @@ static void *SWITCH_THREAD_FUNC system_thread(switch_thread_t *thread, void *obj #endif sth->ret = system(sth->cmd); - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "WTF %d %s\n", sth->ret, strerror(errno)); #if 0 #if defined(HAVE_SETRLIMIT) && !defined(__FreeBSD__)