diff options
author | William Wold <[email protected]> | 2020-09-13 21:44:43 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-24 16:49:14 +0200 |
commit | ef9c8d6d603689c861397ac9a7bac6749663e898 (patch) | |
tree | 276d946b5d656a7f53c57217b3a91d1207b78986 /src/capplet/mate-notification-properties.c | |
parent | cf7fb8a1ed71ad4da9164607817c34cc424b80ab (diff) | |
download | mate-notification-daemon-ef9c8d6d603689c861397ac9a7bac6749663e898.tar.bz2 mate-notification-daemon-ef9c8d6d603689c861397ac9a7bac6749663e898.tar.xz |
Include directory in warning message when failed to open themes
Diffstat (limited to 'src/capplet/mate-notification-properties.c')
-rw-r--r-- | src/capplet/mate-notification-properties.c | 2 |
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); |