circache: update test driver for new log interface

This commit is contained in:
Jean-Francois Dockes 2017-08-16 15:52:42 +02:00
parent 18c809a7c2
commit d37052c73e

View File

@ -1549,8 +1549,7 @@ b1:
argv++; argv++;
} }
DebugLog::getdbl()->setloglevel(DEBERR); Logger::getTheLog("")->setLogLevel(Logger::LLDEB1);
DebugLog::setfilename("stderr");
if (argc < 1) { if (argc < 1) {
Usage(); Usage();