mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 19:16:59 +00:00
removing my debug :o
This commit is contained in:
parent
a3d66bb4f0
commit
66ce95a930
@ -160,7 +160,6 @@ static void write_cdr(const char *path, const char *log_line)
|
||||
size_t len = strlen(log_line) + 2;
|
||||
log_line_lf = switch_core_alloc(globals.pool, len);
|
||||
switch_snprintf(log_line_lf, len, "%s\n", log_line);
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Adding LF to log_line.\n");
|
||||
} else {
|
||||
log_line_lf = switch_core_strdup(globals.pool, log_line);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user