mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
add time stamp to app_log
This commit is contained in:
@@ -2010,6 +2010,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_exec(switch_core_session_t *
|
||||
log->arg = switch_core_session_strdup(session, expanded);
|
||||
}
|
||||
|
||||
log->stamp = switch_time_now();
|
||||
|
||||
for (lp = session->app_log; lp && lp->next; lp = lp->next);
|
||||
|
||||
if (lp) {
|
||||
|
||||
Reference in New Issue
Block a user