summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-11 11:36:22 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-11 11:36:22 (GMT)
commitc0ee0966fee8005b926ec4cb6f21bda97e0f4647 (patch)
tree048179d5c67a6f15d787a6a5370ef1bbeca2d44d /src/uscxml/interpreter
parent5a90123d885d75e44bfe2f49393f0d5b884d9242 (diff)
downloaduscxml-c0ee0966fee8005b926ec4cb6f21bda97e0f4647.zip
uscxml-c0ee0966fee8005b926ec4cb6f21bda97e0f4647.tar.gz
uscxml-c0ee0966fee8005b926ec4cb6f21bda97e0f4647.tar.bz2
VRML Viewer now with WebGL
Diffstat (limited to 'src/uscxml/interpreter')
-rw-r--r--src/uscxml/interpreter/InterpreterDraft6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/interpreter/InterpreterDraft6.cpp b/src/uscxml/interpreter/InterpreterDraft6.cpp
index 8663cfc..c9c00ef 100644
--- a/src/uscxml/interpreter/InterpreterDraft6.cpp
+++ b/src/uscxml/interpreter/InterpreterDraft6.cpp
@@ -310,7 +310,7 @@ void InterpreterDraft6::mainEventLoop() {
try {
_dataModel.setEvent(_currEvent);
} catch (Event e) {
- LOG(ERROR) << "Syntax error while setting external event:" << std::endl << e << std::endl;
+ LOG(ERROR) << "Syntax error while setting external event:" << std::endl << e << std::endl << _currEvent;
}
}
for (unsigned int i = 0; i < _configuration.size(); i++) {