summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2020-09-13 21:44:43 -0700
committerraveit65 <[email protected]>2020-10-24 16:49:14 +0200
commitef9c8d6d603689c861397ac9a7bac6749663e898 (patch)
tree276d946b5d656a7f53c57217b3a91d1207b78986
parentcf7fb8a1ed71ad4da9164607817c34cc424b80ab (diff)
downloadmate-notification-daemon-ef9c8d6d603689c861397ac9a7bac6749663e898.tar.bz2
mate-notification-daemon-ef9c8d6d603689c861397ac9a7bac6749663e898.tar.xz
Include directory in warning message when failed to open themes
-rw-r--r--src/capplet/mate-notification-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c
index 718eae6..e058359 100644
--- a/src/capplet/mate-notification-properties.c
+++ b/src/capplet/mate-notification-properties.c
@@ -356,7 +356,7 @@ static void notification_properties_dialog_setup_themes(NotificationAppletDialog
}
else
{
- g_warning("Error opening themes dir");
+ g_warning("Error opening themes dir %s", ENGINES_DIR);
}
theme = g_settings_get_string(dialog->gsettings, GSETTINGS_KEY_THEME);