trim log name for eNB

This commit is contained in:
Andre Puschmann 2020-03-12 13:06:17 +01:00
parent f14697cdaa
commit a95605a8a2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ int enb::init(const all_args_t& args_, srslte::logger* logger_)
logger = logger_;
// Init UE log
log.init("ENB ", logger);
log.init("ENB ", logger);
log.set_level(srslte::LOG_LEVEL_INFO);
log.info("%s", get_build_string().c_str());