mlog: fix default level/category mapping

It was not matching the LOG_PRINT_Lx mapping for 2/3/4
pull/95/head
moneromooo-monero 7 years ago
parent 71ac698b78
commit 13dd102e94
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -125,10 +125,10 @@ void mlog_set_log_level(int level)
settings = "*:WARNING,global:INFO";
break;
case 2:
settings = "*:INFO";
settings = "*:DEBUG";
break;
case 3:
settings = "*:DEBUG";
settings = "*:TRACE";
break;
case 4:
settings = "*:TRACE";

Loading…
Cancel
Save