From 60ce94c26797db2b6cef01e88e0dae13e15d3cdc Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Wed, 30 Sep 2020 20:43:32 +0300 Subject: [PATCH] auth: add missed space in log message --- src/auth.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/auth.c b/src/auth.c index 31732ae..5ad7e29 100644 --- a/src/auth.c +++ b/src/auth.c @@ -346,8 +346,7 @@ static int _handle_sasl_result(xmpp_conn_t *const conn, } else { /* got unexpected reply */ xmpp_error(conn->ctx, "xmpp", - "Got unexpected reply to SASL %s" - "authentication.", + "Got unexpected reply to SASL %s authentication.", (char *)userdata); xmpp_disconnect(conn); }