You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Login expire time for %s set to %ld seconds [%ld] [%ld]\n", jsock->uid, tmp-now, jsock->exptime, now);
1124
+
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Login expire time for %s set to %"SWITCH_TIME_T_FMT" seconds [%"SWITCH_TIME_T_FMT"] [%"SWITCH_TIME_T_FMT"]\n", jsock->uid, tmp-now, jsock->exptime, now);
1125
1125
} else {
1126
1126
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Invalid expire time for %s. Defaulting to 300 sec\n", jsock->uid);
0 commit comments