diff options
author | Ted Gould <ted@gould.cx> | 2011-01-31 21:12:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-31 21:12:12 -0600 |
commit | ac1f538f4529019f9142b226f2da7957dcaac57a (patch) | |
tree | d25030494b4a30ed235bf363690d29ecc80c8c3e /src | |
parent | aaae5863299681153898d4e701f44aed85c780e9 (diff) | |
download | ayatana-indicator-datetime-ac1f538f4529019f9142b226f2da7957dcaac57a.tar.gz ayatana-indicator-datetime-ac1f538f4529019f9142b226f2da7957dcaac57a.tar.bz2 ayatana-indicator-datetime-ac1f538f4529019f9142b226f2da7957dcaac57a.zip |
Make no proxy a warning
Diffstat (limited to 'src')
-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; } |