diff options
Diffstat (limited to '')
-rw-r--r-- | health/health_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health_log.c b/health/health_log.c index d20085d9e..6d63966c7 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' |