diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-09-07 12:49:11 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-09-07 12:49:11 +0200 |
commit | e6438062db34d3daa40cc97b164826146d69fbf8 (patch) | |
tree | e54233108a493e705a31f6820c689d4f9787c879 /ndb/src | |
parent | 981e5226bba0bb1201d0b35f25f7ce67f19d4772 (diff) | |
download | mariadb-git-e6438062db34d3daa40cc97b164826146d69fbf8.tar.gz |
Modified ndb log message on startup failure
Diffstat (limited to 'ndb/src')
-rw-r--r-- | ndb/src/kernel/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/kernel/main.cpp b/ndb/src/kernel/main.cpp index aa220b0ae05..d9953b920d2 100644 --- a/ndb/src/kernel/main.cpp +++ b/ndb/src/kernel/main.cpp @@ -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); } |