diff --git a/modules/proto_hep/hep.c b/modules/proto_hep/hep.c index 1746eedd978..d5368b9773c 100644 --- a/modules/proto_hep/hep.c +++ b/modules/proto_hep/hep.c @@ -647,7 +647,7 @@ static hid_list_p get_hep_id_by_name(str* name, int lock, int ref) lock_release(hid_dyn_lock); } - LM_INFO("hep id <%.*s> not found!\n", name->len, name->s); + LM_DBG("hep id <%.*s> not found\n", name->len, name->s); return NULL; }