diff --git a/servers/inet/generic/udp.c b/servers/inet/generic/udp.c index 9a4021845..da12ff645 100644 --- a/servers/inet/generic/udp.c +++ b/servers/inet/generic/udp.c @@ -316,10 +316,12 @@ unsigned operations; /* Should handle special case when the interface is down */ resops |= SR_SELECT_WRITE; } +#if DEBUG == 1 if (operations & SR_SELECT_EXCEPTION) { printf("udp_select: not implemented for exceptions\n"); } +#endif return resops; }