Browse Source

modules/ims_auth: remove useless/incorrect log line

Jason Penton 11 years ago
parent
commit
2c73e20aab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ims_auth/authorize.c

+ 1 - 1
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");