Reduce worker output

Some MXS_NOTICE changed into MXS_INFO
This commit is contained in:
Johan Wikman
2018-01-09 13:20:10 +02:00
parent 6ee5307624
commit 990ca48ddc
2 changed files with 7 additions and 5 deletions

View File

@ -2254,6 +2254,8 @@ int main(int argc, char **argv)
worker->join();
}
MXS_NOTICE("All workers have shut down.");
/*<
* Destroy the router and filter instances of all services.
*/