Commit 8754e59a authored by jonas@perch.ndb.mysql.com's avatar jonas@perch.ndb.mysql.com
Browse files

ndb - bug#18475

  Fix error message on copyfragref
parent 8a825e3c
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -180,9 +180,8 @@ void Ndbcntr::execSYSTEM_ERROR(Signal* signal)
    
  case SystemError::CopyFragRefError:
    BaseString::snprintf(buf, sizeof(buf), 
	     "Node %d killed this node because "
	     "it could not copy a fragment during node restart. "
	     "Copy fragment error code: %u.",
			 "Killed by node %d as "
			 "copyfrag failed, error: %u",
			 killingNode, data1);
    break;