Cleanup of SceneGraphNode

This commit is contained in:
Alexander Bock
2014-10-11 01:12:37 +02:00
parent f2687aba78
commit ae9ded0261

View File

@@ -103,7 +103,8 @@ SceneGraphNode* SceneGraphNode::createFromDictionary(const ghoul::Dictionary& di
std::string parentName;
if (!dictionary.getValue(constants::scenegraphnode::keyParentName, parentName)) {
LWARNING("Could not find 'Parent' key, using 'Root'.");
LWARNING("Could not find '" << constants::scenegraphnode::keyParentName <<
"' key, using 'Root'.");
parentName = "Root";
}