- use correct function-name in log message of parse_param.c:parse_contact_class. (fixes flyspray-issue 147)
@@ -123,7 +123,7 @@ static inline void parse_contact_class(param_hooks_t* _h, param_t* _p)
return;
}
if (!_h) {
- LOG(L_CRIT, "BUG: parse_uri_class: NULL param hook pointer\n");
+ LOG(L_CRIT, "BUG: parse_contact_class: NULL param hook pointer\n");
switch(_p->name.s[0]) {