diff --git a/Engine/source/console/simObject.cpp b/Engine/source/console/simObject.cpp index 75de7980d..399a57f4b 100644 --- a/Engine/source/console/simObject.cpp +++ b/Engine/source/console/simObject.cpp @@ -1407,7 +1407,8 @@ void SimObject::linkNamespaces() // while still having the class namespace fields matching the current // setup. - AssertWarn( mNameSpace == NULL, "SimObject::linkNamespaces -- Namespace linkage already in place" ); + if (mNameSpace != NULL) + Con::warnf("SimObject::linkNamespaces -- Namespace linkage already in place %s", mNameSpace->getName()); if( mNameSpace ) return;