Commit 8779b68c authored by Raphael Defosseux's avatar Raphael Defosseux

feat(app): display git branch/hash in run log

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent c0fba6bd
...@@ -205,6 +205,8 @@ int ausf_config::load(const std::string& config_file) { ...@@ -205,6 +205,8 @@ int ausf_config::load(const std::string& config_file) {
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
void ausf_config::display() { void ausf_config::display() {
Logger::config().info(
"==== OAI-CN5G %s v%s ====", PACKAGE_NAME, PACKAGE_VERSION);
Logger::config().info("================= AUSF ================="); Logger::config().info("================= AUSF =================");
Logger::config().info("Configuration AUSF:"); Logger::config().info("Configuration AUSF:");
Logger::config().info("- Instance ...............: %d", instance); Logger::config().info("- Instance ...............: %d", instance);
......
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