From b10040303a4c1dc28ae0cd5d565965fffa90bd28 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 16 Jun 2014 20:41:42 +0200 Subject: [PATCH] [DEBUG] test software error log system updated --- ejson/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ejson/test.cpp b/ejson/test.cpp index e1554ca..bcbe64c 100644 --- a/ejson/test.cpp +++ b/ejson/test.cpp @@ -462,7 +462,7 @@ void init() { } int main(int argc, const char *argv[]) { - debug::setGeneralLevel(etk::logLevelVerbose); + etk::log::setLevel(etk::log::logLevelVerbose); init(); int32_t countError = 0; int32_t countSeparator = 0;