remove undeeded printing of newline.

This commit is contained in:
stewart@willster.(none) 2006-08-09 15:39:32 +08:00
parent 37d8c78036
commit 76d4e65adb

View file

@ -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);