remove undeeded printing of newline.

parent 37d8c780
......@@ -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);
......
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