mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
record-store: Add debug statement for call state changes
This can help debugging issues such as #463 and #455
This commit is contained in:
parent
7094363894
commit
82a03ac0b1
1 changed files with 2 additions and 0 deletions
|
@ -532,6 +532,8 @@ state_changed_cb (CallsRecordStore *self,
|
|||
g_object_get_data (call_obj, "calls-call-record");
|
||||
CallsCallRecordState new_rec_state, old_rec_state;
|
||||
|
||||
g_debug ("Call state changed from %d to %d",
|
||||
old_state, new_state);
|
||||
|
||||
/* Check whether the call is recorded */
|
||||
if (!record) {
|
||||
|
|
Loading…
Reference in a new issue