worker_pool: fix wrong log level when setting worker config

This commit is contained in:
Andre Puschmann 2021-04-20 22:16:48 +02:00
parent 407903e0d6
commit c1e4385f50
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ bool worker_pool::set_config(const srsran::phy_cfg_nr_t& cfg)
{ {
phy_state.cfg = cfg; phy_state.cfg = cfg;
logger.error( logger.info(
"Setting new PHY configuration ARFCN=%d, PCI=%d", cfg.carrier.absolute_frequency_point_a, cfg.carrier.pci); "Setting new PHY configuration ARFCN=%d, PCI=%d", cfg.carrier.absolute_frequency_point_a, cfg.carrier.pci);
// Best effort to convert NR carrier into LTE cell // Best effort to convert NR carrier into LTE cell