Remove explicit module name from log messages

The module name doesn't need to be logged as MXS_MODULE_NAME will be
automatically added as a prefix to all messages logged by the module.
This commit is contained in:
Markus Mäkelä
2017-01-17 10:54:12 +02:00
parent 842e8440d4
commit 5b92a1f467
18 changed files with 98 additions and 100 deletions

View File

@ -2649,7 +2649,7 @@ int32_t qc_mysql_setup(const char* args)
{
if (args)
{
MXS_WARNING("qc_mysqlembedded: '%s' provided as arguments, "
MXS_WARNING("'%s' provided as arguments, "
"even though no arguments are supported.", args);
}