about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-02 21:11:47 +0000
committerJames Booth <boothj5@gmail.com>2015-11-02 21:11:47 +0000
commit7f5b563a8164360034949e302c7715cddd4490c1 (patch)
treeecb347dfb980d63011a2f73c9021640c897fda51 /src/xmpp
parent2089eebf09332a6ebb0dc584123d8b9486d2fc82 (diff)
downloadprofani-tty-7f5b563a8164360034949e302c7715cddd4490c1.tar.gz
Removed ui_handle_room_join_error
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/presence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c
index e335dbff..0743cbe2 100644
--- a/src/xmpp/presence.c
+++ b/src/xmpp/presence.c
@@ -390,7 +390,7 @@ _presence_error_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const stanza,
         if (muc_active(fulljid->barejid)) {
             muc_leave(fulljid->barejid);
         }
-        ui_handle_room_join_error(fulljid->barejid, error_cond);
+        cons_show_error("Error joining room %s, reason: %s", fulljid->barejid, error_cond);
         jid_destroy(fulljid);
         return 1;
     }