git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Logging: convert an internal element from static to allocated buffer
[exim.git]
/
src
/
src
/
log.c
diff --git
a/src/src/log.c
b/src/src/log.c
index 54d2b8027418db56924b31915e172ebbf6979692..fac577d5a6ba57a13839d67e4a280a6088585f10 100644
(file)
--- a/
src/src/log.c
+++ b/
src/src/log.c
@@
-958,8
+958,7
@@
DEBUG(D_any|D_v)
}
va_end(ap);
- g = string_catn(g, US"\n", 1);
- debug_printf("%s", string_from_gstring(g));
+ debug_printf("%Y\n", g);
gs.size = LOG_BUFFER_SIZE-2; /* Having used the buffer for debug output, */
gs.ptr = 0; /* reset it for the real use. */