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