diff options
author | Ted Gould <ted@gould.cx> | 2011-02-03 15:09:26 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-03 15:09:26 -0600 |
commit | 82d679de373936e24e2aa62be8c317dd2b3f2523 (patch) | |
tree | 9c4c545edf167ea0e726bfd78c7767d4a003b44c /src/indicator-datetime.c | |
parent | 28f84ee512a35e2b04b211b7c1705a6eef4368ab (diff) | |
parent | cc86c810a971fe53dd34e96bb985e3a4a1cb4211 (diff) | |
download | ayatana-indicator-datetime-82d679de373936e24e2aa62be8c317dd2b3f2523.tar.gz ayatana-indicator-datetime-82d679de373936e24e2aa62be8c317dd2b3f2523.tar.bz2 ayatana-indicator-datetime-82d679de373936e24e2aa62be8c317dd2b3f2523.zip |
Import upstream version 0.1.92
Diffstat (limited to 'src/indicator-datetime.c')
-rw-r--r-- | src/indicator-datetime.c | 2 |
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; } |