From 21f1295fd1c5f068fb8e386b3f79525f295299de Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 10 Mar 2022 23:12:25 +0200 Subject: [PATCH 21/21] Turn log about unavailability of nonblocking sockets log_normal() It was just log_debug() See osdn #43460 Signed-off-by: Marko Lindqvist --- utility/netintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/netintf.c b/utility/netintf.c index bcb43802d3..f804bcd8e1 100644 --- a/utility/netintf.c +++ b/utility/netintf.c @@ -258,7 +258,7 @@ void fc_nonblock(int sockfd) #endif /* HAVE_FCNTL */ #endif /* FREECIV_HAVE_WINSOCK */ #else /* NONBLOCKING_SOCKETS */ - log_debug("NONBLOCKING_SOCKETS not available"); + log_normal("NONBLOCKING_SOCKETS not available"); #endif /* NONBLOCKING_SOCKETS */ } -- 2.34.1