... | ... |
@@ -772,7 +772,7 @@ int parse_avp_name( str *name, int *type, int_str *avp_name, int *index) |
772 | 772 |
} |
773 | 773 |
|
774 | 774 |
if (index) *index = 0; |
775 |
- ERR("Parsing '%.*s'\n", name->len, name->s); |
|
775 |
+ DBG("Parsing '%.*s'\n", name->len, name->s); |
|
776 | 776 |
if (name->len>=2 && name->s[1]==':') { // old fashion i: or s: |
777 | 777 |
WARN("i: and s: avp name syntax is deprecated!\n"); |
778 | 778 |
c = name->s[0]; |