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:
parent
1bd82555d9
commit
feae0cda17
@ -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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user