diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-05-01 18:04:57 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-05-01 18:04:57 (GMT) |
commit | d3c26451c60e6f70a65f030f94d16105c0cb4f3a (patch) | |
tree | 3f514d68f38450a0a3973a801b632933ebda2149 /apps/uscxml-browser.cpp | |
parent | 6e1d8d25d4e7b65ca67b5d5c529ba0bedb81feb9 (diff) | |
download | uscxml-d3c26451c60e6f70a65f030f94d16105c0cb4f3a.zip uscxml-d3c26451c60e6f70a65f030f94d16105c0cb4f3a.tar.gz uscxml-d3c26451c60e6f70a65f030f94d16105c0cb4f3a.tar.bz2 |
Fixed issue115
Diffstat (limited to 'apps/uscxml-browser.cpp')
-rw-r--r-- | apps/uscxml-browser.cpp | 2 |
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; } } |