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:
@ -711,7 +711,7 @@ void ClustrixMonitor::check_bootstrap_servers()
|
|||||||
MXS_NOTICE("Current bootstrap servers are the same as the ones used on "
|
MXS_NOTICE("Current bootstrap servers are the same as the ones used on "
|
||||||
"previous run, using persisted connection information.");
|
"previous run, using persisted connection information.");
|
||||||
}
|
}
|
||||||
else
|
else if (!prev_bootstrap_servers.empty())
|
||||||
{
|
{
|
||||||
MXS_NOTICE("Current bootstrap servers (%s) are different than the ones "
|
MXS_NOTICE("Current bootstrap servers (%s) are different than the ones "
|
||||||
"used on the previous run (%s), NOT using persistent connection "
|
"used on the previous run (%s), NOT using persistent connection "
|
||||||
|
Reference in New Issue
Block a user