Fix bootstrap/compile error
This commit is contained in:
jonas@perch.ndb.mysql.com 2006-04-25 17:02:48 +02:00
parent 4e9c9e2f14
commit c19ab931c6

View file

@ -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);
}