Support gring as a first-class conversion specifier in internal string-formatting
[exim.git] / src / src / debug.c
index 44ad763e147b25450b260f024965c2df465ed561..dac7384705497e1c21c1b51517fb2c80a6f2317b 100644 (file)
@@ -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);