From 52e7f56efd3c9477c5777514b54dcd43e00c049e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 10 Nov 2024 14:09:56 +0100 Subject: [PATCH] main-window: Set log domain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- src/calls-main-window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calls-main-window.c b/src/calls-main-window.c index 709cb31..990b6e4 100644 --- a/src/calls-main-window.c +++ b/src/calls-main-window.c @@ -22,6 +22,8 @@ * */ +#define G_LOG_DOMAIN "CallsMainWindow" + #include "calls-config.h" #include "calls-account-overview.h"