changeset 1325:ae81cd81ab09

Log shutdown message at normal level (instead of fatal => error).
author Thomas Klausner <tk@giga.or.at>
date Mon, 27 Nov 2017 15:16:30 +0100
parents 729e5074839f
children afe0ecdb0692
files libfdcore/core.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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... */
"Welcome to our mercurial repository"