hrm.. really

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9359 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-08-24 01:01:32 +00:00
parent df497d6dac
commit b878c60841
1 changed files with 0 additions and 1 deletions

View 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");
}
}