summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-05-01 18:04:57 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-05-01 18:04:57 (GMT)
commitd3c26451c60e6f70a65f030f94d16105c0cb4f3a (patch)
tree3f514d68f38450a0a3973a801b632933ebda2149 /apps
parent6e1d8d25d4e7b65ca67b5d5c529ba0bedb81feb9 (diff)
downloaduscxml-d3c26451c60e6f70a65f030f94d16105c0cb4f3a.zip
uscxml-d3c26451c60e6f70a65f030f94d16105c0cb4f3a.tar.gz
uscxml-d3c26451c60e6f70a65f030f94d16105c0cb4f3a.tar.bz2
Fixed issue115
Diffstat (limited to 'apps')
-rw-r--r--apps/uscxml-browser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/uscxml-browser.cpp b/apps/uscxml-browser.cpp
index f1017bd..6a16f98 100644
--- a/apps/uscxml-browser.cpp
+++ b/apps/uscxml-browser.cpp
@@ -86,7 +86,7 @@ int main(int argc, char** argv) {
LOGD(USCXML_ERROR) << "Cannot create interpreter from " << documentURL << std::endl;
}
} catch (Event e) {
- LOGD(USCXML_DEBUG) << e << std::endl;
+ LOGD(USCXML_ERROR) << e << std::endl;
}
}