Fixed snprint_timestamp function which left one byte garbage to log file.

This commit is contained in:
vraatikka
2013-11-12 17:49:28 +02:00
parent 836c7ad76d
commit 1a3fa578da
2 changed files with 5 additions and 5 deletions

View File

@ -123,8 +123,8 @@ GWPROTOCOL *funcs;
port->listener = NULL;
skygw_log_write_flush(
LOGFILE_ERROR,
"Error : Unable to load protocol module %s. Listener for "
"service %s not started.",
"Error : Unable to load protocol module %s. Listener "
"for service %s not started.",
port->protocol,
service->name);
return 0;