Remove the STRSRVSTATUS macro

Use server_status() instead.
This commit is contained in:
Esa Korhonen
2018-12-05 12:58:43 +02:00
parent 86574c16fb
commit e979a73cc0
5 changed files with 9 additions and 36 deletions

View File

@ -2863,7 +2863,7 @@ void MonitorInstanceSimple::tick()
MXS_DEBUG("Backend server [%s]:%d state : %s",
pMs->server->address,
pMs->server->port,
STRSRVSTATUS(&server));
mxs::server_status(&server).c_str());
}
#endif