X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2b3ac4f13c815ad1b0d59165f2f441f8e4cc6b99..00392be0e7cfb5c6c6ce173ff31d81ab2a2e8779:/src/src/header.c diff --git a/src/src/header.c b/src/src/header.c index 59a9a13b3..97fa44b4e 100644 --- a/src/src/header.c +++ b/src/src/header.c @@ -110,7 +110,7 @@ gs.ptr = 0; if (!string_vformat(&gs, SVFMT_REBUFFER, format, ap)) log_write(0, LOG_MAIN|LOG_PANIC_DIE, "string too long in header_add: " - "%.100s ...", string_from_gstring(&gs)); + "%.100Y ...", &gs); if (gs.s != buf) store_release_above(buf); gstring_release_unused(&gs);