From 899c332a5b46a374ab2067907c6666f18e868d46 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 3 Oct 2021 12:19:56 -0300 Subject: [PATCH] Commenting unnecessary message. --- src/objects/settings/gsettings.c | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/src/objects/settings/gsettings.c b/src/objects/settings/gsettings.c index 41f1d32..5ddf46f 100644 --- a/src/objects/settings/gsettings.c +++ b/src/objects/settings/gsettings.c @@ -99,14 +99,19 @@ } else { +#ifdef DEBUG g_message("Can't find '%s' loading from default path",filename); +#endif // DEBUG settings = g_settings_new(schema_id); } } #else +#ifdef DEBUG g_message("Loading '%s' from default path","gschemas.compiled"); +#endif // DEBUG + settings = g_settings_new(schema_id); #endif // DEBUG -- libgit2 0.21.2