Improve the error console output. (#5839)

This commit is contained in:
Tomas Dittmann 2017-07-09 01:09:46 +02:00 committed by Ted John
parent ac81072597
commit bec1538f48
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public:
SkipToNextLoadCommand();
if (_position == entryPosition)
{
Console::Error::WriteLine("Unable to load any parks within title sequence.");
Console::Error::WriteLine("Unable to load any parks from %s.", _sequence->Name);
return false;
}
}