Module: sip-router
Branch: master
Commit: a20893dd6cbf1a5fc7f48d9e8fd1823bbb1ba07f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a20893d…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Tue Jan 8 11:01:31 2013 +0000
modules_k/outbound: downgraded and ERR diagnostic to INFO
- Thanks to oej for pointing this out
---
modules_k/outbound/api.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/outbound/api.h b/modules_k/outbound/api.h
index 90e70ef..620b745 100644
--- a/modules_k/outbound/api.h
+++ b/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);