From: smallem Date: Fri, 5 Oct 2018 03:15:04 +0000 (-0400) Subject: fixed format issues X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7077de70ba8cc7999e6491594234719f4705a204;p=collectd.git fixed format issues --- 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 */