diff --git a/server/modules/routing/binlogrouter/blr.cc b/server/modules/routing/binlogrouter/blr.cc index b07e5647b..46c1d64ab 100644 --- a/server/modules/routing/binlogrouter/blr.cc +++ b/server/modules/routing/binlogrouter/blr.cc @@ -3240,6 +3240,7 @@ static bool blr_open_gtid_maps_storage(ROUTER_INSTANCE* inst) return false; } + MXS_INFO("Opened GTID maps SQLite database: %s", dbpath); char* errmsg; /* Create the gtid_maps table */ int rc = sqlite3_exec(inst->gtid_maps,