mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
[core] log status code when queue event failure
This commit is contained in:
parent
c65cb486d6
commit
5df8bfcd84
@ -3069,7 +3069,7 @@ SWITCH_DECLARE(switch_status_t) switch_event_channel_broadcast(const char *event
|
||||
cJSON_Delete(ecd->json);
|
||||
ecd->json = NULL;
|
||||
destroy_ecd(&ecd);
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Event Channel Queue failure for channel %s\n", event_channel);
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Event Channel Queue failure for channel %s, status = %d\n", event_channel, status);
|
||||
} else {
|
||||
ecd = NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user