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;