mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1129 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -205,7 +205,9 @@ SWITCH_DECLARE(void) switch_log_printf(switch_text_channel channel, char *file,
|
||||
if (channel == SWITCH_CHANNEL_ID_LOG_CLEAN) {
|
||||
content = data;
|
||||
} else {
|
||||
content = strchr(data, 128);
|
||||
if ((content = strchr(data, 128))) {
|
||||
*content = ' ';
|
||||
}
|
||||
}
|
||||
|
||||
if (channel == SWITCH_CHANNEL_ID_EVENT) {
|
||||
|
Reference in New Issue
Block a user