Commit 85ff79d3 authored by Raphael Defosseux's avatar Raphael Defosseux

style(app): aliging w/ other modules

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 65e4549e
...@@ -176,7 +176,7 @@ int nrf_config::load(const string& config_file) { ...@@ -176,7 +176,7 @@ int nrf_config::load(const string& config_file) {
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
void nrf_config::display() { void nrf_config::display() {
Logger::nrf_app().info( Logger::nrf_app().info(
"==== EURECOM %s v%s ====", PACKAGE_NAME, PACKAGE_VERSION); "==== OAI-CN5G %s v%s ====", PACKAGE_NAME, PACKAGE_VERSION);
Logger::nrf_app().info("Configuration NRF:"); Logger::nrf_app().info("Configuration NRF:");
Logger::nrf_app().info("- Instance ..............: %d\n", instance); Logger::nrf_app().info("- Instance ..............: %d\n", instance);
Logger::nrf_app().info("- PID dir ...............: %s\n", pid_dir.c_str()); Logger::nrf_app().info("- PID dir ...............: %s\n", pid_dir.c_str());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment