From 64d268f4843e76f44077bdc18259c34d2c07f6d5 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 10 Mar 2022 23:09:05 +0200 Subject: [PATCH 36/36] Turn log about unavailability of nonblocking sockets log_warn() 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 042ccb2001..c95e1e6c49 100644 --- a/utility/netintf.c +++ b/utility/netintf.c @@ -257,7 +257,7 @@ void fc_nonblock(int sockfd) #endif /* HAVE_FCNTL */ #endif /* FREECIV_HAVE_WINSOCK */ #else /* NONBLOCKING_SOCKETS */ - log_debug("NONBLOCKING_SOCKETS not available"); + log_warn("NONBLOCKING_SOCKETS not available"); #endif /* NONBLOCKING_SOCKETS */ } -- 2.34.1