From 79c9a21e3258f8668d605a76bcffba994bba1be5 Mon Sep 17 00:00:00 2001 From: cpusci Date: Mon, 5 Aug 2013 06:20:44 -0500 Subject: [PATCH] Just making sure the error output is consistent with the other errors. --- Engine/source/console/compiledEval.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/console/compiledEval.cpp b/Engine/source/console/compiledEval.cpp index 6a2c01eac..37f621997 100644 --- a/Engine/source/console/compiledEval.cpp +++ b/Engine/source/console/compiledEval.cpp @@ -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();