Explorar o código

modules/ims_auth: remove useless/incorrect log line

Jason Penton %!s(int64=11) %!d(string=hai) anos
pai
achega
2c73e20aab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");