Add variable to printout

parent f53bf1b6
...@@ -30,7 +30,7 @@ void ...@@ -30,7 +30,7 @@ void
Ndb::checkFailedNode() Ndb::checkFailedNode()
{ {
DBUG_ENTER("Ndb::checkFailedNode"); DBUG_ENTER("Ndb::checkFailedNode");
DBUG_PRINT("enter", ("theNoOfDBnodes: %d")); DBUG_PRINT("enter", ("theNoOfDBnodes: %d", theNoOfDBnodes));
DBUG_ASSERT(theNoOfDBnodes < MAX_NDB_NODES); DBUG_ASSERT(theNoOfDBnodes < MAX_NDB_NODES);
for (int i = 0; i < theNoOfDBnodes; i++){ for (int i = 0; i < theNoOfDBnodes; i++){
......
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