ue,rrc: don't log neighbor list in info mode

this floods the info log
This commit is contained in:
Andre Puschmann 2020-06-18 12:13:34 +02:00
parent 535d4b70f3
commit aca307b79b
1 changed files with 2 additions and 2 deletions

View File

@ -604,9 +604,9 @@ void rrc::log_neighbour_cells()
}
}
}
rrc_log->info("Neighbours: %s]\n", ordered);
rrc_log->debug("Neighbours: %s]\n", ordered);
} else {
rrc_log->info("Neighbours: Empty\n");
rrc_log->debug("Neighbours: Empty\n");
}
}