From aa0b3af24968779d96600cc5e0ff074a38d2aa90 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 (cherry picked from commit 2c3691d197b4fa555643bb36d82870b5edc4767e) (cherry picked from commit d0f9d10f182a53d8c19a02b382a68fb1154bbf7d) --- 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