auth: add missed space in log message

This commit is contained in:
Dmitry Podgorny
2020-09-30 20:43:32 +03:00
parent 99f2d4fe54
commit 60ce94c267

View File

@@ -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);
}