Explorar o código

tmx: err level replaced with info when getting t reply code pv

Daniel-Constantin Mierla %!s(int64=10) %!d(string=hai) anos
pai
achega
aad248fc39
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      modules/tmx/t_var.c

+ 2 - 1
modules/tmx/t_var.c

@@ -518,7 +518,8 @@ int pv_get_tm_reply_code(struct sip_msg *msg, pv_param_t *param,
 				}
 				break;
 			default:
-				LM_ERR("unsupported route_type %d\n", get_route_type());
+				LM_INFO("unsupported route_type %d - code set to 0\n",
+						get_route_type());
 				code = 0;
 		}
 	}