# | Line 679 | Line 679 | proc_answer(struct reslist *request, HEA | |
---|---|---|
679 | * but its possible its just a broken nameserver with still | |
680 | * valid answers. But lets do some rudimentary logging for now... | |
681 | */ | |
682 | < | ilog(L_ERROR, "irc_res.c bogus type %d", type); |
682 | > | ilog(LOG_TYPE_IRCD, "irc_res.c bogus type %d", type); |
683 | break; | |
684 | } | |
685 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |