[sr-dev] git:master: modules/ims_auth: remove useless/incorrect log line
Jason Penton
jason.penton at gmail.com
Fri Jun 6 11:39:13 CEST 2014
Module: sip-router
Branch: master
Commit: 2c73e20aabd71bc34f2294a53c8bff8d7a3881f2
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c73e20aabd71bc34f2294a53c8bff8d7a3881f2
Author: Jason Penton <jason.penton at gmail.com>
Committer: Jason Penton <jason.penton at gmail.com>
Date: Fri Jun 6 11:38:50 2014 +0200
modules/ims_auth: remove useless/incorrect log line
---
modules/ims_auth/authorize.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/ims_auth/authorize.c b/modules/ims_auth/authorize.c
index 3418e90..c2e4ce7 100644
--- a/modules/ims_auth/authorize.c
+++ b/modules/ims_auth/authorize.c
@@ -808,7 +808,7 @@ int authenticate(struct sip_msg* msg, char* _realm, char* str2, int is_proxy_aut
32, hbody);
if (!av) {
- LM_ERR("no matching auth vector found - maybe timer expired\n");
+ LM_DBG("no matching auth vector found - maybe timer expired\n");
if (ignore_failed_auth) {
LM_WARN("NB: Ignoring all failed auth - check your config if you don't expect this\n");
More information about the sr-dev
mailing list