Don't capitalize "Error" and print the error value

This commit is contained in:
Pavel Roskin 2016-02-07 23:15:54 -08:00
parent 9717e7392a
commit 2a5d204baa

View File

@ -1099,7 +1099,8 @@ lib_mod_connect(struct vnc *v)
if (error != 0)
{
log_message(LOG_LEVEL_DEBUG, "VNC Error after security negotiation");
log_message(LOG_LEVEL_DEBUG, "VNC error %d after security negotiation",
error);
}
if (error == 0 && check_sec_result)