Removed unnecessary argument from log manager commands because it is not used and it is always NULL.
This commit is contained in:
@ -114,7 +114,7 @@ version()
|
||||
void
|
||||
ModuleInit()
|
||||
{
|
||||
skygw_log_write(NULL,
|
||||
skygw_log_write(
|
||||
LOGFILE_MESSAGE,
|
||||
"Initialise readconnroute router module %s.\n", version_str);
|
||||
spinlock_init(&instlock);
|
||||
|
||||
Reference in New Issue
Block a user