One place we said Failed Registration, the other we said Registration Failed, lets try to be consistent.
This commit is contained in:
parent
52ae551d1a
commit
39be877760
|
@ -2362,7 +2362,7 @@ void sofia_reg_handle_sip_r_register(int status,
|
||||||
default:
|
default:
|
||||||
gateway->state = REG_STATE_FAILED;
|
gateway->state = REG_STATE_FAILED;
|
||||||
gateway->failure_status = status;
|
gateway->failure_status = status;
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "%s Registration Failed with status %s [%d]. failure #%d\n",
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "%s Failed Registration with status %s [%d]. failure #%d\n",
|
||||||
gateway->name, switch_str_nil(phrase), status, ++gateway->failures);
|
gateway->name, switch_str_nil(phrase), status, ++gateway->failures);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue