]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
wtf
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 12 Sep 2011 22:54:07 +0000 (17:54 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 12 Sep 2011 22:54:07 +0000 (17:54 -0500)
src/switch_core.c

index c4ce502721003eea8b1b83d554d7ac8150318b9c..89b683c02de1108b84bb2911b1cf2510ff7937a5 100644 (file)
@@ -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__)