]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
hrm.. really
authorBrian West <brian@freeswitch.org>
Sun, 24 Aug 2008 01:01:32 +0000 (01:01 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 24 Aug 2008 01:01:32 +0000 (01:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9359 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/loggers/mod_logfile/mod_logfile.c

index 7044655e62cabea03c467bcf7c8109cf5e7dfdf7..e51817ce3a5d7c39b1fe59cc9d9093df2702d220 100644 (file)
@@ -394,7 +394,6 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_logfile_shutdown)
                if ((profile = (logfile_profile_t *) val)) {
                        switch_file_close(profile->log_afd);
                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Closing %s\n", profile->logfile);
-                       printf("WTF\n");
                }
        }