mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
remove undeeded printing of newline.
This commit is contained in:
parent
37d8c78036
commit
76d4e65adb
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ ClusterMgr::forceHB()
|
|||
const ClusterMgr::Node &node= getNodeInfo(i);
|
||||
waitForHBFromNodes.bitOR(node.m_state.m_connected_nodes);
|
||||
}
|
||||
ndbout << endl;
|
||||
}
|
||||
waitForHBFromNodes.bitAND(ndb_nodes);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue