diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-17 17:05:34 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-17 17:05:34 +0200 |
commit | 7c533721581e1614c45e75ec0ff9aa6d76b58dd1 (patch) | |
tree | 26a5d01c95a1ab94435f5da77f996c78ee6f2b8d | |
parent | 3c643c4f48179643cdb7d486aa19b3c2bd76176f (diff) | |
download | xmimd-master.tar.gz xmimd-master.zip |
-rw-r--r-- | meego/meego-im-connector.c | 5 |
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); } |