about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmpp/ox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/ox.c b/src/xmpp/ox.c
index 176ddabe..8661eb5b 100644
--- a/src/xmpp/ox.c
+++ b/src/xmpp/ox.c
@@ -265,7 +265,7 @@ _ox_metadata_result(xmpp_conn_t* const conn, xmpp_stanza_t* const stanza, void*
     log_debug("[OX] Processing result %s's metadata.", (char*)userdata);
 
     if (g_strcmp0(xmpp_stanza_get_type(stanza), "result") != 0) {
-        cons_show("[OX] Error:");
+        log_debug("[OX] Error: No result");
         return FALSE;
     }
     // pubsub