diff options
Diffstat (limited to 'jabber.c')
-rw-r--r-- | jabber.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber.c b/jabber.c index 65e80005..f3d3905f 100644 --- a/jabber.c +++ b/jabber.c @@ -232,7 +232,7 @@ static int _roster_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanz log_msg(CONN, "ERROR: query failed"); else { query = xmpp_stanza_get_child_by_name(stanza, "query"); - cons_highlight_show("Roster:"); + cons_show("Roster:"); item = xmpp_stanza_get_children(query); while (item != NULL) { |