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

this floods the info log
master
Andre Puschmann 4 years ago
parent 535d4b70f3
commit aca307b79b

@ -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");
}
}

Loading…
Cancel
Save