From 2c3691d197b4fa555643bb36d82870b5edc4767e Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Fri, 2 Jun 2023 14:39:27 +0000 Subject: [PATCH] mon: fix timestamp formatting in cluster log Fixes: https://tracker.ceph.com/issues/61547 Signed-off-by: Radoslaw Zarzynski --- src/mon/LogMonitor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mon/LogMonitor.cc b/src/mon/LogMonitor.cc index 99be08d17def9..38e5971762b19 100644 --- a/src/mon/LogMonitor.cc +++ b/src/mon/LogMonitor.cc @@ -61,6 +61,7 @@ #include "include/str_list.h" #include "include/str_map.h" #include "include/compat.h" +#include "include/utime_fmt.h" #define dout_subsys ceph_subsys_mon -- 2.39.5