1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +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:
Evangelos Ribeiro Tzaras 2022-06-17 09:39:47 +02:00
parent 7094363894
commit 82a03ac0b1

View file

@ -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) {