log: remove duplicate listings for severity levels

This commit is contained in:
Danny Robson 2017-05-22 13:56:19 +10:00
parent 9471b9eae7
commit 7fc5eb3b17

View File

@ -38,10 +38,8 @@ ALL_LEVELS[] = {
util::CRITICAL, util::CRITICAL,
util::ERROR, util::ERROR,
util::WARN, util::WARN,
util::WARN,
util::NOTICE, util::NOTICE,
util::INFO, util::INFO,
util::INFO,
util::DEBUG, util::DEBUG,
}; };