aboutsummaryrefslogtreecommitdiff
path: root/src/diag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diag.c')
-rw-r--r--src/diag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diag.c b/src/diag.c
index 65d9562..eba08b5 100644
--- a/src/diag.c
+++ b/src/diag.c
@@ -129,6 +129,7 @@ logmsg_vprintf (int prio, const char *fmt, va_list ap)
*p++ = 0;
if (!*p)
p = NULL;
+ grecs_txtacc_grow_string (log_acc, str);
grecs_txtacc_grow_char (log_acc, 0);
t = grecs_txtacc_finish (log_acc, 0);
logmsg (prio, "%s", t);

Return to:

Send suggestions and report system problems to the System administrator.