Changed Ghoul version

replaced all _SAFE logging macros with non-safe ones
This commit is contained in:
Alexander Bock
2014-01-20 17:57:13 +01:00
parent dd02a73831
commit b697b5a212
6 changed files with 44 additions and 44 deletions

View File

@@ -27,7 +27,7 @@ SceneGraphNode::SceneGraphNode() {
SceneGraphNode::~SceneGraphNode() {
// logger string
std::string _loggerCat = "SceneGraphNode::~SceneGraphNode()";
LDEBUG_SAFE("Deallocating: " << nodeName_);
LDEBUG("Deallocating: " << nodeName_);
// deallocate the renderable
if(renderable_)