Fixed debug log not working.

This commit is contained in:
Markus Makela
2015-07-08 10:05:15 +03:00
parent 72844c9e13
commit b73aedd0ca

View File

@ -1457,7 +1457,7 @@ int skygw_log_write(
* Write log string to buffer and add to file write list. * Write log string to buffer and add to file write list.
*/ */
for (i = LOGFILE_FIRST; i<LOGFILE_LAST; i <<=1) for (i = LOGFILE_FIRST; i<=LOGFILE_LAST; i <<=1)
{ {
/** /**
* If particular log is disabled in general and it is not enabled for * If particular log is disabled in general and it is not enabled for