Commit ff3074dc 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-smf!90
parents 49ccc592 9181ef3d
......@@ -884,7 +884,7 @@ int smf_config::load(const string& config_file) {
//------------------------------------------------------------------------------
void smf_config::display() {
Logger::smf_app().info(
"==== EURECOM %s v%s ====", PACKAGE_NAME, PACKAGE_VERSION);
"==== OAI-CN5G %s v%s ====", PACKAGE_NAME, PACKAGE_VERSION);
Logger::smf_app().info("Configuration SMF:");
Logger::smf_app().info("- Instance ..............: %d\n", instance);
Logger::smf_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