# HG changeset patch # User Thomas Klausner # Date 1511792190 -3600 # Node ID ae81cd81ab09fa35482295313f010d1cc78e4e27 # Parent 729e5074839f04bffd090cdb0ae27daff6d421f1 Log shutdown message at normal level (instead of fatal => error). diff -r 729e5074839f -r ae81cd81ab09 libfdcore/core.c --- a/libfdcore/core.c Mon Nov 27 15:15:59 2017 +0100 +++ b/libfdcore/core.c Mon Nov 27 15:16:30 2017 +0100 @@ -326,7 +326,7 @@ { enum core_state cur_state = core_state_get(); - LOG_F("Initiating freeDiameter shutdown sequence (%d)", cur_state); + LOG_N("Initiating freeDiameter shutdown sequence (%d)", cur_state); if (cur_state < CORE_RUNNING) { /* Calling application must make sure the initialization is not ongoing in a separate thread... */