Binlog identity log message update
Binlog identity log message update
This commit is contained in:
@ -2121,7 +2121,7 @@ static void blr_log_identity(ROUTER_INSTANCE *router) {
|
|||||||
LOGIF(LM, (skygw_log_write_flush(
|
LOGIF(LM, (skygw_log_write_flush(
|
||||||
LOGFILE_MESSAGE,
|
LOGFILE_MESSAGE,
|
||||||
"%s: identity seen by the master: "
|
"%s: identity seen by the master: "
|
||||||
"server-id: %d, uuid: %s",
|
"server_id: %d, uuid: %s",
|
||||||
router->service->name,
|
router->service->name,
|
||||||
router->serverid, (router->uuid == NULL ? "not available" : router->uuid))));
|
router->serverid, (router->uuid == NULL ? "not available" : router->uuid))));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user