From 7077de70ba8cc7999e6491594234719f4705a204 Mon Sep 17 00:00:00 2001 From: smallem Date: Thu, 4 Oct 2018 23:15:04 -0400 Subject: [PATCH] fixed format issues --- src/exec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/exec.c b/src/exec.c index d93b24f4..b005dda7 100644 --- a/src/exec.c +++ b/src/exec.c @@ -750,9 +750,8 @@ static void *exec_notification_one(void *arg) /* {{{ */ else if (n->severity == NOTIF_OKAY) severity = "OKAY"; - fprintf(fh, - "Severity: %s\n" - "Time: %.3f\n", + fprintf(fh, "Severity: %s\n" + "Time: %.3f\n", severity, CDTIME_T_TO_DOUBLE(n->time)); /* Print the optional fields */ -- 2.11.0