summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLockywolf <lockywolf@gmail.com>2021-12-09 09:23:55 +0800
committerLockywolf <lockywolf@gmail.com>2021-12-09 21:04:12 +0800
commit31725c27a7c040b0a54059cd8defceb917b90f3d (patch)
treebffc5effeb04e505a6c497e74b7b61becf01c77b
parent20b986eca972ec5ed2074842588aa7f2e7cda99c (diff)
downloadxfdesktop-31725c27a7c040b0a54059cd8defceb917b90f3d.tar.gz
Improve warning about registering background with AccountsService.
1. Change the warning message (xfce-desktop.c) to be more accurate. Fixes #176 MR !28
-rw-r--r--src/xfce-desktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
index 62202206..e00c9010 100644
--- a/src/xfce-desktop.c
+++ b/src/xfce-desktop.c
@@ -440,7 +440,7 @@ set_accountsservice_user_bg(const gchar *background)
if (variant != NULL) {
g_variant_unref (variant);
} else {
- g_warning ("Failed to set the background '%s': %s", background, error->message);
+ g_warning ("Failed to register the newly set background with AccountsService '%s': %s", background, error->message);
g_clear_error (&error);
}