X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1d28cc061677bd07d9bed48dd84bd5c590247043..c5768a4180949d5b817a95850f5ff287c8765099:/src/src/debug.c diff --git a/src/src/debug.c b/src/src/debug.c index 44ad763e1..dac738470 100644 --- a/src/src/debug.c +++ b/src/src/debug.c @@ -439,7 +439,7 @@ if (fstat(fd, &s) == 0 && (s.st_mode & S_IFMT) == S_IFSOCK) : string_fmt_append(g, " proto %d", val); } #endif - debug_printf_indent(" socket: %s\n", string_from_gstring(g)); + debug_printf_indent(" socket: %Y\n", g); } else debug_printf_indent(" fd st_mode 0%o\n", s.st_mode);