These messages were introduced by #44678343, and got deprecated at the same
time that 'admin-checksum_*' were deprecated (#d61d9892). Their original
motivation is summarized in the following note:
```
LOGGING-NOTE: Log only if the remote checksum has just been updated. Avoids
constant logging when 'global_checksum' are not used to prevent individual
modules fetching.
```
These two messages mistakenly survived this deprecation with the introduction
of table 'mysql_servers_v2'.
proxy_debug(PROXY_DEBUG_CLUSTER,5,"Checksum for mysql_servers from peer %s:%d matches with local checksum %s, reset diff_check to 0.\n",hostname,port,GloVars.checksums_values.mysql_servers.checksum);
proxy_debug(PROXY_DEBUG_CLUSTER,5,"Checksum for mysql_servers_v2 from peer %s:%d matches with local checksum %s, reset diff_check to 0.\n",hostname,port,GloVars.checksums_values.mysql_servers.checksum);