Fixed printing issues.

This commit is contained in:
vraatikka
2013-06-26 23:43:57 +03:00
parent 2b8c62a7da
commit 70b19a0481
2 changed files with 4 additions and 3 deletions

View File

@ -688,7 +688,8 @@ int skygw_log_flush(
int err = 0;
if (!logmanager_register(FALSE)) {
fprintf(stderr, "Can't register to logmanager, nothing to flush\n");
ss_dfprintf(stderr,
"Can't register to logmanager, nothing to flush\n");
goto return_err;
}
CHK_LOGMANAGER(lm);