aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-01 09:04:17 -0600
committerTed Gould <ted@gould.cx>2011-02-01 09:04:17 -0600
commitaf210c6cac9ad3e7b3e658e2c8ca931a7b45cc66 (patch)
treed25030494b4a30ed235bf363690d29ecc80c8c3e
parentaaae5863299681153898d4e701f44aed85c780e9 (diff)
parentac1f538f4529019f9142b226f2da7957dcaac57a (diff)
downloadayatana-indicator-datetime-af210c6cac9ad3e7b3e658e2c8ca931a7b45cc66.tar.gz
ayatana-indicator-datetime-af210c6cac9ad3e7b3e658e2c8ca931a7b45cc66.tar.bz2
ayatana-indicator-datetime-af210c6cac9ad3e7b3e658e2c8ca931a7b45cc66.zip
Changing a g_error to a g_warning in the .so
-rw-r--r--src/indicator-datetime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c
index c386300..521c9e9 100644
--- a/src/indicator-datetime.c
+++ b/src/indicator-datetime.c
@@ -330,7 +330,7 @@ service_proxy_cb (GObject * object, GAsyncResult * res, gpointer user_data)
}
if (error != NULL) {
- g_error("Could not grab DBus proxy for %s: %s", SERVICE_NAME, error->message);
+ g_warning("Could not grab DBus proxy for %s: %s", SERVICE_NAME, error->message);
g_error_free(error);
return;
}