More debug output.

This commit is contained in:
Markus Makela
2015-06-09 20:02:45 +03:00
parent 1ad1a31ed7
commit 196d41cb88
2 changed files with 34 additions and 22 deletions

View File

@ -1952,8 +1952,7 @@ int do_ssl_accept(MySQLProtocol* protocol)
spinlock_release(&protocol->protocol_lock);
rval = -1;
skygw_log_write_flush(LE,
"Error: Fatal error in SSL_accept for %s@%s: %s",
protocol->owner_dcb->user,
"Error: Fatal error in SSL_accept for %s",
protocol->owner_dcb->remote);
break;