Removed unnecessary argument from log manager commands because it is not used and it is always NULL.
This commit is contained in:
@ -91,7 +91,7 @@ void
|
||||
ModuleInit()
|
||||
{
|
||||
#if defined(SS_DEBUG)
|
||||
skygw_log_write(NULL,
|
||||
skygw_log_write(
|
||||
LOGFILE_MESSAGE,
|
||||
strdup("Initial MySQL Backend Protcol module."));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user