Binlog identity log message update

Binlog identity log message update
This commit is contained in:
MassimilianoPinto
2015-09-18 11:18:32 +02:00
parent 840afc0815
commit 89748d9b21

View File

@ -2121,7 +2121,7 @@ static void blr_log_identity(ROUTER_INSTANCE *router) {
LOGIF(LM, (skygw_log_write_flush(
LOGFILE_MESSAGE,
"%s: identity seen by the master: "
"server-id: %d, uuid: %s",
"server_id: %d, uuid: %s",
router->service->name,
router->serverid, (router->uuid == NULL ? "not available" : router->uuid))));