From 5b41f40739e920276b382254d7d768beaf8237e4 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 --- exml/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exml/test.cpp b/exml/test.cpp index 94fe78f..3a41aae 100644 --- a/exml/test.cpp +++ b/exml/test.cpp @@ -279,7 +279,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;