Explorar o código

modules_k/outbound: downgraded and ERR diagnostic to INFO

- Thanks to oej for pointing this out
Peter Dunkley %!s(int64=12) %!d(string=hai) anos
pai
achega
a20893dd6c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules_k/outbound/api.h

+ 1 - 1
modules_k/outbound/api.h

@@ -46,7 +46,7 @@ inline static int ob_load_api(ob_api_t *pxb)
 	bind_ob_f bind_ob_exports;
 	if (!(bind_ob_exports = (bind_ob_f)find_export("bind_ob", 1, 0)))
 	{
-		LM_ERR("Failed to import bind_ob\n");
+		LM_INFO("Failed to import bind_ob\n");
 		return -1;
 	}
 	return bind_ob_exports(pxb);