Commit b784da04 authored by unknown's avatar unknown
Browse files

ndb -

  Fix bootstrap/compile error


storage/ndb/tools/restore/restore_main.cpp:
  Fix bootstrap/compile error
parent 07326694
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -502,7 +502,7 @@ main(int argc, char** argv)
  if (version > NDB_VERSION)
  {
    err << "Restore program older than backup version. Not supported. "
        << "Use new restore program"
        << "Use new restore program" << endl;
    exitHandler(NDBT_FAILED);
  }