Minor fixes

This commit is contained in:
Wojtek Figat
2024-02-26 20:23:18 +01:00
parent 7f935ab57a
commit 2f87b87b45
2 changed files with 4 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ void SceneObjectsFactory::HandleObjectDeserializationError(const ISerializable::
dummyScript->Data = MoveTemp(bufferStr);
}
#endif
LOG(Warning, "Parent actor of the missing object: {0}", parent->GetName());
LOG(Warning, "Parent actor of the missing object: '{0}' ({1})", parent->GetNamePath(), String(parent->GetType().Fullname));
}
}
#endif