mm-call,call-display: Add more debugging output for state changes

This commit is contained in:
purism
2018-09-27 08:37:14 +00:00
parent 635b3f74b8
commit 1c37b39398
2 changed files with 14 additions and 10 deletions

View File

@@ -177,6 +177,7 @@ call_state_changed_cb (CallsCallDisplay *self,
calls_call_state_to_string (state_str, state);
gtk_label_set_text (self->status, state_str->str);
g_debug ("Call state changed to `%s'", state_str->str);
g_string_free (state_str, TRUE);
switch (state)