diff options
author | Ted Gould <ted@canonical.com> | 2009-04-07 10:14:00 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-07 10:14:00 -0500 |
commit | 9bd1519eb45e506840a633711f43090c9d833e33 (patch) | |
tree | a09315666d3c26ffbd17cde9ed1f8552a5ee2450 | |
parent | 42492db6a41dc304820d744470f86644765b0aa9 (diff) | |
download | libayatana-indicator-9bd1519eb45e506840a633711f43090c9d833e33.tar.gz libayatana-indicator-9bd1519eb45e506840a633711f43090c9d833e33.tar.bz2 libayatana-indicator-9bd1519eb45e506840a633711f43090c9d833e33.zip |
Simplifying error message
-rw-r--r-- | libindicate/listener.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/listener.c b/libindicate/listener.c index e4fe68f..381a5f9 100644 --- a/libindicate/listener.c +++ b/libindicate/listener.c @@ -992,7 +992,7 @@ static void interest_cb (DBusGProxy *proxy, GError *error, gpointer userdata) { if (error != NULL) { - g_warning("Unable to configure interest on server %s because: %s", ((IndicateListenerServer *)userdata)->name, error->message); + g_warning("Unable to configure interest."); } return; |