]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup: log message about strange socket error at ISC_LOG_ERROR level
authorAndreas Gustafsson <source@isc.org>
Fri, 8 Sep 2000 22:16:49 +0000 (22:16 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 8 Sep 2000 22:16:49 +0000 (22:16 +0000)
lib/dns/dispatch.c

index 92b3e5bb29a7ba01e60af7c1f856184af8d2286a..3ecf1006f5945062c3248b7a8a8e917c031b4d5f 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: dispatch.c,v 1.57.2.3 2000/09/08 22:09:13 explorer Exp $ */
+/* $Id: dispatch.c,v 1.57.2.4 2000/09/08 22:16:49 gson 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));