proxy_info("Changing max_replication_lag for server %u:%s:%d (%s:%d) from %d (%d) to %d\n",mysrvc->myhgc->hid,mysrvc->address,mysrvc->port,r->fields[1],atoi(r->fields[2]),atoi(r->fields[8]),mysrvc->max_replication_lag,atoi(r->fields[18]));
mysrvc->max_replication_lag=atoi(r->fields[18]);
if(mysrvc->max_replication_lag==0){// we just changed it to 0