Commit 8ff52cca authored by unknown's avatar unknown
Browse files

Add variable to printout


ndb/src/ndbapi/Ndblist.cpp:
  Add theNoOfDBnodes to DBUG_PRINT
parent 1596c590
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ void
Ndb::checkFailedNode()
{
  DBUG_ENTER("Ndb::checkFailedNode");
  DBUG_PRINT("enter", ("theNoOfDBnodes: %d"));
  DBUG_PRINT("enter", ("theNoOfDBnodes: %d", theNoOfDBnodes));

  DBUG_ASSERT(theNoOfDBnodes < MAX_NDB_NODES);
  for (int i = 0; i < theNoOfDBnodes; i++){