From 1e694a6c7d395c5800a38e8c5a7317f7aa19476f Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Fri, 25 Sep 2015 13:47:38 +0300 Subject: [PATCH] Debug messages logged to debug. --- server/modules/protocol/mysql_client.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/modules/protocol/mysql_client.c b/server/modules/protocol/mysql_client.c index 372a42f38..f99b3d599 100644 --- a/server/modules/protocol/mysql_client.c +++ b/server/modules/protocol/mysql_client.c @@ -1808,8 +1808,8 @@ static int gw_error_client_event( } #if defined(SS_DEBUG) - LOGIF(LE, (skygw_log_write_flush( - LOGFILE_ERROR, + LOGIF(LD, (skygw_log_write_flush( + LOGFILE_DEBUG, "Client error event handling."))); #endif dcb_close(dcb); @@ -1897,8 +1897,8 @@ gw_client_hangup_event(DCB *dcb) goto retblock; } #if defined(SS_DEBUG) - LOGIF(LE, (skygw_log_write_flush( - LOGFILE_ERROR, + LOGIF(LD, (skygw_log_write_flush( + LOGFILE_DEBUG, "Client hangup error handling."))); #endif dcb_close(dcb);