summaryrefslogtreecommitdiff
path: root/rotord/xmlIO.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-03-03 20:21:46 +0000
committerComment <tim@gray.(none)>2013-03-03 20:21:46 +0000
commit87b2dabd9dd692aa505ea1327893d719f56fa162 (patch)
treea731429afc7fa2ac4267ef48a07febdea8fa2299 /rotord/xmlIO.cpp
parent67a7395433c49c2e3ae193ca983e3349f68268eb (diff)
xml transfusion
Diffstat (limited to 'rotord/xmlIO.cpp')
-rwxr-xr-xrotord/xmlIO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/xmlIO.cpp b/rotord/xmlIO.cpp
index 5ff404e..d83380c 100755
--- a/rotord/xmlIO.cpp
+++ b/rotord/xmlIO.cpp
@@ -198,7 +198,7 @@ bool xmlIO::pushTag(const string& tag, int which){
level++;
return true;
}else{
- ofLog( OF_LOG_ERROR, "pushTag - <" + tag + "> tag not found");
+ //ofLog( OF_LOG_ERROR, "pushTag - <" + tag + "> tag not found");
}
return false;