From 3e1563f6d79416f095c6246518eebf4fecc4fe07 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 26 Feb 2015 09:04:37 +0100 Subject: [PATCH] Revert "Plugin exec: change notification time to integer." This was working as intended. This reverts commit 07e4683f7f985668641d79137b64d148bc18ba8a. --- src/exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/exec.c b/src/exec.c index b9a7365e..cfd82a31 100644 --- a/src/exec.c +++ b/src/exec.c @@ -744,8 +744,8 @@ static void *exec_notification_one (void *arg) /* {{{ */ fprintf (fh, "Severity: %s\n" - "Time: %u\n", - severity, (unsigned int)CDTIME_T_TO_TIME_T(n->time)); + "Time: %.3f\n", + severity, CDTIME_T_TO_DOUBLE (n->time)); /* Print the optional fields */ if (strlen (n->host) > 0) -- 2.11.0