mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Just making sure the error output is consistent with the other errors.
This commit is contained in:
parent
21ff1e26bb
commit
79c9a21e32
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue