summaryrefslogtreecommitdiffstats
path: root/health/health_log.c
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2022-01-11 13:12:09 +0200
committerGitHub <noreply@github.com>2022-01-11 13:12:09 +0200
commit4919103c4b715a83ebcc677431dab6ecbacabc9c (patch)
treebfbf35b20b5679358ffc09fedfd3a9e5d2504c3b /health/health_log.c
parent237c117da6f250ab37af849e7a430ccad3238097 (diff)
Fix time_t format (#11897)
Diffstat (limited to 'health/health_log.c')
-rw-r--r--health/health_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health_log.c b/health/health_log.c
index d20085d9e9..6d63966c78 100644
--- a/health/health_log.c
+++ b/health/health_log.c
@@ -112,7 +112,7 @@ inline void health_alarm_log_save(RRDHOST *host, ALARM_ENTRY *ae) {
"\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s"
"\t%d\t%d\t%d\t%d"
"\t" CALCULATED_NUMBER_FORMAT_AUTO "\t" CALCULATED_NUMBER_FORMAT_AUTO
- "\t%016lx"
+ "\t%016"PRIx64""
"\t%s\t%s\t%s"
"\n"
, (ae->flags & HEALTH_ENTRY_FLAG_SAVED)?'U':'A'