aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-07 10:14:00 -0500
committerTed Gould <ted@canonical.com>2009-04-07 10:14:00 -0500
commit9bd1519eb45e506840a633711f43090c9d833e33 (patch)
treea09315666d3c26ffbd17cde9ed1f8552a5ee2450
parent42492db6a41dc304820d744470f86644765b0aa9 (diff)
downloadlibayatana-indicator-9bd1519eb45e506840a633711f43090c9d833e33.tar.gz
libayatana-indicator-9bd1519eb45e506840a633711f43090c9d833e33.tar.bz2
libayatana-indicator-9bd1519eb45e506840a633711f43090c9d833e33.zip
Simplifying error message
-rw-r--r--libindicate/listener.c2
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;