mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Fix error message
This commit is contained in:
parent
f715d82a74
commit
551cbfe0c6
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ Configuration::fetch_configuration(LocalConfig &local_config){
|
|||
/* Set stop on error to true otherwise NDB will
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue