2
0
Эх сурвалжийг харах

lib/kmi: turned a debug log in error

Daniel-Constantin Mierla 14 жил өмнө
parent
commit
66ab994a59
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      lib/kmi/mi.c

+ 1 - 1
lib/kmi/mi.c

@@ -116,7 +116,7 @@ int init_mi_child(void)
 	if(is_sip_worker(PROC_NOCHLDINIT)) {
 		LM_DBG("initalizing proc rpc for sip handling\n");
 		if(init_child(PROC_SIPRPC)<0) {
-			LM_DBG("failed to init proc rpc for sip handling\n");
+			LM_ERR("failed to init proc rpc for sip handling\n");
 			return -1;
 		}
 	}