auth: add missed space in log message
This commit is contained in:
@@ -346,8 +346,7 @@ static int _handle_sasl_result(xmpp_conn_t *const conn,
|
|||||||
} else {
|
} else {
|
||||||
/* got unexpected reply */
|
/* got unexpected reply */
|
||||||
xmpp_error(conn->ctx, "xmpp",
|
xmpp_error(conn->ctx, "xmpp",
|
||||||
"Got unexpected reply to SASL %s"
|
"Got unexpected reply to SASL %s authentication.",
|
||||||
"authentication.",
|
|
||||||
(char *)userdata);
|
(char *)userdata);
|
||||||
xmpp_disconnect(conn);
|
xmpp_disconnect(conn);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user