MXS-2481 Dont log confusing things

At first start there will be no persistent information. No point
in logging that we will not use that information.
This commit is contained in:
Johan Wikman 2019-05-23 16:04:32 +03:00
parent 1bd82555d9
commit feae0cda17

View File

@ -711,7 +711,7 @@ void ClustrixMonitor::check_bootstrap_servers()
MXS_NOTICE("Current bootstrap servers are the same as the ones used on "
"previous run, using persisted connection information.");
}
else
else if (!prev_bootstrap_servers.empty())
{
MXS_NOTICE("Current bootstrap servers (%s) are different than the ones "
"used on the previous run (%s), NOT using persistent connection "