summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-14 10:29:14 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-14 10:29:14 (GMT)
commit631b88e42c3fb7e10dee390d170854e40c31fac0 (patch)
tree06d970c489848e65d9c27eb464674f9e1cfa0348 /src/uscxml/Interpreter.cpp
parent01e7e16d34b23b1198455809860abe4e43d9606a (diff)
downloaduscxml-631b88e42c3fb7e10dee390d170854e40c31fac0.zip
uscxml-631b88e42c3fb7e10dee390d170854e40c31fac0.tar.gz
uscxml-631b88e42c3fb7e10dee390d170854e40c31fac0.tar.bz2
Fixed vrml-server and added conditional for gcov
Diffstat (limited to 'src/uscxml/Interpreter.cpp')
-rw-r--r--src/uscxml/Interpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.cpp b/src/uscxml/Interpreter.cpp
index de2b8b5..0f98dc9 100644
--- a/src/uscxml/Interpreter.cpp
+++ b/src/uscxml/Interpreter.cpp
@@ -1191,7 +1191,7 @@ void InterpreterImpl::executeContent(const Arabica::DOM::Node<std::string>& cont
if (_executableContent.find(content) == _executableContent.end()) {
execContent = Factory::createExecutableContent(content.getLocalName(), content.getNamespaceURI(), this);
if (!execContent) {
- LOG(ERROR) << "No custom executable content known for '"
+ LOG(ERROR) << "No custom executable content known for element '"
<< content.getLocalName() << "' in namespace '" << content.getNamespaceURI() << "'";
return;
}