2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 21:17:54 +00:00

log message about strange socket error at ISC_LOG_ERROR level

This commit is contained in:
Michael Graff 2000-09-07 01:53:31 +00:00
parent 05fff5d905
commit d2439ad5af

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dispatch.c,v 1.66 2000/09/01 22:41:46 gson Exp $ */
/* $Id: dispatch.c,v 1.67 2000/09/07 01:53:31 explorer Exp $ */
#include <config.h>
@ -534,7 +534,7 @@ udp_recv(isc_task_t *task, isc_event_t *ev_in) {
* otherwise, on strange error, log it and restart.
* XXXMLG
*/
dispatch_log(disp, LVL(10),
dispatch_log(disp, ISC_LOG_ERROR,
"odd socket result in udp_recv(): %s",
isc_result_totext(ev->result));