mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Modified ndb log message on startup failure
This commit is contained in:
parent
167bc61f37
commit
78eaeb6d81
1 changed files with 1 additions and 1 deletions
|
@ -394,5 +394,5 @@ handler_sigusr1(int signum)
|
|||
failed_startups++;
|
||||
failed_startup_flag = true;
|
||||
}
|
||||
g_eventLogger.info("Received signal %d. Ndbd failed startup (%u).", signum, failed_startups);
|
||||
g_eventLogger.info("Angel received ndbd startup failure count %u.", failed_startups);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue