From 637c2c2d6202b6b6caaff65942be293e234fd9de Mon Sep 17 00:00:00 2001 From: Stefan Date: Sat, 6 Mar 2021 19:55:22 +0100 Subject: Logging [CONNECTION] --- src/xmpp/connection.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c index 0bcab020..d34f9a4f 100644 --- a/src/xmpp/connection.c +++ b/src/xmpp/connection.c @@ -454,6 +454,7 @@ connection_get_barejid(void) void connection_features_received(const char* const jid) { + log_info("[CONNECTION] connection_features_received %s", jid); if (g_hash_table_remove(conn.requested_features, jid) && g_hash_table_size(conn.requested_features) == 0) { sv_ev_connection_features_received(); } -- cgit 1.4.1-2-gfad0