From ef9c8d6d603689c861397ac9a7bac6749663e898 Mon Sep 17 00:00:00 2001 From: William Wold Date: Sun, 13 Sep 2020 21:44:43 -0700 Subject: Include directory in warning message when failed to open themes --- src/capplet/mate-notification-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.1