mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 05:56:12 +00:00
typo
This commit is contained in:
parent
ec67542628
commit
0e5f90c086
@ -986,9 +986,9 @@ switch_status_t skinny_handle_register(listener_t *listener, skinny_message_t *r
|
|||||||
request->data.reg.device_name, request->data.reg.instance, &listener2);
|
request->data.reg.device_name, request->data.reg.instance, &listener2);
|
||||||
if (listener2) {
|
if (listener2) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR,
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR,
|
||||||
"Device %s:%d is already registred on another listener.\n",
|
"Device %s:%d is already registered on another listener.\n",
|
||||||
request->data.reg.device_name, request->data.reg.instance);
|
request->data.reg.device_name, request->data.reg.instance);
|
||||||
send_register_reject(listener, "Device is already registred on another listener");
|
send_register_reject(listener, "Device is already registered on another listener");
|
||||||
status = SWITCH_STATUS_FALSE;
|
status = SWITCH_STATUS_FALSE;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user