Just making sure the error output is consistent with the other errors.

This commit is contained in:
cpusci 2013-08-05 06:20:44 -05:00
parent 21ff1e26bb
commit 79c9a21e32

View file

@ -652,7 +652,7 @@ breakContinue:
AbstractClassRep* rep = AbstractClassRep::findClassRep( objectName );
if (rep != NULL) {
Con::errorf(ConsoleLogEntry::General, "%s: Cannot name object %s the same name as a script class.",
Con::errorf(ConsoleLogEntry::General, "%s: Cannot name object [%s] the same name as a script class.",
getFileLine(ip), objectName);
ip = failJump;
STR.popFrame();