summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meego/meego-im-connector.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/meego/meego-im-connector.c b/meego/meego-im-connector.c
index 00726a8..839244d 100644
--- a/meego/meego-im-connector.c
+++ b/meego/meego-im-connector.c
@@ -83,13 +83,10 @@ get_dbus_address()
if (error) {
g_warning("%s: %s", __PRETTY_FUNCTION__, error->message);
g_error_free(error);
- } else {
- g_warning("%s: Could not call the Maliit address server",
- __PRETTY_FUNCTION__);
}
// Let's try PR1.2 address if PR1.3/Maliit was not found.
- g_debug("%s: Could not obtain Maliit server address, trying old address");
+ g_debug("Could not obtain Maliit server address, trying old address");
return g_strdup(MEEGO_IM_SOCKET_PATH);
}