[DEBUG] test software error log system updated

This commit is contained in:
Edouard DUPIN 2014-06-16 20:41:42 +02:00
parent 77ff2747bb
commit b10040303a

View File

@ -462,7 +462,7 @@ void init() {
} }
int main(int argc, const char *argv[]) { int main(int argc, const char *argv[]) {
debug::setGeneralLevel(etk::logLevelVerbose); etk::log::setLevel(etk::log::logLevelVerbose);
init(); init();
int32_t countError = 0; int32_t countError = 0;
int32_t countSeparator = 0; int32_t countSeparator = 0;