Commit 2906825f authored by unknown's avatar unknown

Fix error message


ndb/src/kernel/vm/Configuration.cpp:
  Correct error message, it should indicate that it was not possible to connect to ndb_mgmd
parent 809d52d1
...@@ -203,7 +203,7 @@ Configuration::fetch_configuration(LocalConfig &local_config){ ...@@ -203,7 +203,7 @@ Configuration::fetch_configuration(LocalConfig &local_config){
/* Set stop on error to true otherwise NDB will /* Set stop on error to true otherwise NDB will
go into an restart loop... go into an restart loop...
*/ */
ERROR_SET(fatal, ERR_INVALID_CONFIG, "Could connect to ndb_mgmd", s); ERROR_SET(fatal, ERR_INVALID_CONFIG, "Could not connect to ndb_mgmd", s);
} }
m_mgmd_port= m_config_retriever->get_mgmd_port(); m_mgmd_port= m_config_retriever->get_mgmd_port();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment