- (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
   tidy necessary differences. Use Markus' new debugN() in entropy.c
diff --git a/channels.c b/channels.c
index 287e16d..43253b3 100644
--- a/channels.c
+++ b/channels.c
@@ -1763,7 +1763,8 @@
 					error("socket: %.100s", strerror(errno));
 					return NULL;
 				} else {
-					debug("Socket family %d not supported [X11 disp create]", ai->ai_family);
+					debug("x11_create_display_inet: Socket family %d not supported",
+						 ai->ai_family);
 					continue;
 				}
 			}