sip: origin: Include address in warning when we cannot dial
This allows figuring out which call failed.
This commit is contained in:
@@ -283,8 +283,8 @@ dial (CallsOrigin *origin,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (calls_account_get_state (CALLS_ACCOUNT (origin)) != CALLS_ACCOUNT_ONLINE) {
|
if (calls_account_get_state (CALLS_ACCOUNT (origin)) != CALLS_ACCOUNT_ONLINE) {
|
||||||
g_warning ("Tried dialing on origin '%s', but it's not online",
|
g_warning ("Tried dialing '%s' on origin '%s', but it's not online",
|
||||||
name);
|
address, name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user