fix wrong setting for RF log level

This commit is contained in:
Andre Puschmann 2019-09-24 14:48:52 +02:00
parent e94755c471
commit 1a68fbc460
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ static int parse_args(all_args_t* args, int argc, char* argv[])
// Apply all_level to any unset layers
if (vm.count("log.all_level")) {
if (!vm.count("log.phy_level")) {
if (!vm.count("log.rf_level")) {
args->rf.log_level = args->log.all_level;
}
if (!vm.count("log.phy_level")) {