浏览代码

modules/ims_auth: remove useless/incorrect log line

Jason Penton 11 年之前
父节点
当前提交
2c73e20aab
共有 1 个文件被更改,包括 1 次插入1 次删除
  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");