mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 05:15:36 +00:00
sip-origin: Include SIP address in debugging
This makes it easier to see if all accounts are being disposed
This commit is contained in:
parent
8bba206df6
commit
5fa8c958b1
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +1233,7 @@ deinit_sip_account (CallsSipOrigin *self)
|
|||
remove_calls (self, NULL);
|
||||
|
||||
if (self->nua) {
|
||||
g_debug ("Clearing any handles");
|
||||
g_debug ("Clearing any handles for account '%s'", self->address);
|
||||
g_clear_pointer (&self->oper->register_handle, nua_handle_destroy);
|
||||
g_debug ("Requesting nua_shutdown ()");
|
||||
self->is_nua_shutdown = FALSE;
|
||||
|
|
Loading…
Reference in a new issue