1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00
This commit is contained in:
David Hill
2018-09-24 14:21:00 -05:00
parent 148eb6bf58
commit 7142daac5a
2 changed files with 30 additions and 27 deletions

View File

@@ -629,7 +629,7 @@ void msgProcessor()
MessageLog ml(lid);
Message msg;
Message::Args args;
args.add("RUN_DBHEALTH_CHECK failed, check /tmp/dbhealthTest.log");
args.add("RUN_DBHEALTH_CHECK failed, check dbhealthTest.log");
msg.format(args);
ml.logDebugMessage(msg);
}