Fixed snprint_timestamp function which left one byte garbage to log file.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user