1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-22 12:45:23 +00:00

record-row: Define log domain

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>
This commit is contained in:
Evangelos Ribeiro Tzaras 2024-09-11 15:03:39 +02:00
parent 87ad8acf39
commit 9dfaac19cc

View file

@ -22,6 +22,8 @@
* *
*/ */
#define G_LOG_DOMAIN "CallsCallRecordRow"
#include "calls-call-record-row.h" #include "calls-call-record-row.h"
#include "calls-best-match.h" #include "calls-best-match.h"
#include "calls-contacts-provider.h" #include "calls-contacts-provider.h"