hrm.. really
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9359 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
df497d6dac
commit
b878c60841
|
@ -394,7 +394,6 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_logfile_shutdown)
|
||||||
if ((profile = (logfile_profile_t *) val)) {
|
if ((profile = (logfile_profile_t *) val)) {
|
||||||
switch_file_close(profile->log_afd);
|
switch_file_close(profile->log_afd);
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Closing %s\n", profile->logfile);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Closing %s\n", profile->logfile);
|
||||||
printf("WTF\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue