Debug messages logged to debug.
This commit is contained in:
@ -1808,8 +1808,8 @@ static int gw_error_client_event(
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(SS_DEBUG)
|
#if defined(SS_DEBUG)
|
||||||
LOGIF(LE, (skygw_log_write_flush(
|
LOGIF(LD, (skygw_log_write_flush(
|
||||||
LOGFILE_ERROR,
|
LOGFILE_DEBUG,
|
||||||
"Client error event handling.")));
|
"Client error event handling.")));
|
||||||
#endif
|
#endif
|
||||||
dcb_close(dcb);
|
dcb_close(dcb);
|
||||||
@ -1897,8 +1897,8 @@ gw_client_hangup_event(DCB *dcb)
|
|||||||
goto retblock;
|
goto retblock;
|
||||||
}
|
}
|
||||||
#if defined(SS_DEBUG)
|
#if defined(SS_DEBUG)
|
||||||
LOGIF(LE, (skygw_log_write_flush(
|
LOGIF(LD, (skygw_log_write_flush(
|
||||||
LOGFILE_ERROR,
|
LOGFILE_DEBUG,
|
||||||
"Client hangup error handling.")));
|
"Client hangup error handling.")));
|
||||||
#endif
|
#endif
|
||||||
dcb_close(dcb);
|
dcb_close(dcb);
|
||||||
|
Reference in New Issue
Block a user