summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels.c b/channels.c
index 287e16d10..43253b3a6 100644
--- a/channels.c
+++ b/channels.c
@@ -1763,7 +1763,8 @@ x11_create_display_inet(int screen_number, int x11_display_offset)
1763 error("socket: %.100s", strerror(errno)); 1763 error("socket: %.100s", strerror(errno));
1764 return NULL; 1764 return NULL;
1765 } else { 1765 } else {
1766 debug("Socket family %d not supported [X11 disp create]", ai->ai_family); 1766 debug("x11_create_display_inet: Socket family %d not supported",
1767 ai->ai_family);
1767 continue; 1768 continue;
1768 } 1769 }
1769 } 1770 }