summaryrefslogtreecommitdiffstats
path: root/test/src/test-state-pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-state-pass.cpp')
-rw-r--r--test/src/test-state-pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/test-state-pass.cpp b/test/src/test-state-pass.cpp
index 163e5b9..33f13ac 100644
--- a/test/src/test-state-pass.cpp
+++ b/test/src/test-state-pass.cpp
@@ -14,7 +14,7 @@
#include "uscxml/util/Predicates.h"
#include "uscxml/util/Convenience.h" // iequals
-#include "easylogging++.h"
+#include "uscxml/interpreter/Logging.h"
#include "uscxml/messages/Event.h"
#include "uscxml/server/HTTPServer.h"
@@ -43,7 +43,7 @@ int main(int argc, char** argv) {
size_t iterations = 1;
std::string documentURI;
- el::Loggers::reconfigureAllLoggers(el::ConfigurationType::Format, "%datetime %level %fbase:%line: %msg");
+// el::Loggers::reconfigureAllLoggers(el::ConfigurationType::Format, "%datetime %level %fbase:%line: %msg");
if (argc < 2) {
exit(EXIT_FAILURE);