Commit 1bd553d4 authored by unknown's avatar unknown
Browse files

remove undeeded printing of newline.


ndb/src/ndbapi/ClusterMgr.cpp:
  remove extra 'ndbout << endl'
parent 7fcb36e2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);