Skip to content

Commit

Permalink
sanity: commented priting require header on error level
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Aug 22, 2015
1 parent a6609f5 commit 9902ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sanity/sanity.c
Expand Up @@ -661,7 +661,7 @@ int check_proxy_require(struct sip_msg* _msg) {
return SANITY_CHECK_FAILED;
}
if (_msg->proxy_require != NULL) {
dump_hdr_field(_msg->proxy_require);
//dump_hdr_field(_msg->proxy_require);
if (_msg->proxy_require->parsed == NULL &&
parse_proxyrequire(_msg->proxy_require) < 0) {
LOG(L_WARN, "sanity_check(): check_proxy_require(): parse_proxy_require failed\n");
Expand Down

0 comments on commit 9902ca1

Please sign in to comment.