Commit c5e1f9b8 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'add-git-hash-to-log' into 'develop'

style(app): aliging w/ other modules

See merge request oai/cn5g/oai-cn5g-nrf!17
parents 65e4549e 85ff79d3
......@@ -176,7 +176,7 @@ int nrf_config::load(const string& config_file) {
//------------------------------------------------------------------------------
void nrf_config::display() {
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("- Instance ..............: %d\n", instance);
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