set maxscale_id updated

set maxscale_id updated
This commit is contained in:
MassimilianoPinto
2014-05-29 09:43:21 +02:00
parent 4127c5397f
commit 71bc2ba3ee
2 changed files with 8 additions and 8 deletions

View File

@ -271,7 +271,7 @@ char *sep;
dcb_printf(dcb,"\tSampling interval:\t%lu milliseconds\n", handle->interval);
dcb_printf(dcb,"\tMaxScale MonitorId:\t%lu\n", handle->id);
dcb_printf(dcb,"\tReplication lag check:\t%s\n", (handle->replicationHeartbeat == 1) ? "enabled" : "disabled");
dcb_printf(dcb,"\tReplication lag:\t%s\n", (handle->replicationHeartbeat == 1) ? "enabled" : "disabled");
dcb_printf(dcb, "\tMonitored servers: ");
db = handle->databases;