From: Radoslaw Zarzynski Date: Fri, 2 Jun 2023 14:39:27 +0000 (+0000) Subject: mon: fix timestamp formatting in cluster log X-Git-Tag: v19.0.0~1062^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F51892%2Fhead;p=ceph.git mon: fix timestamp formatting in cluster log Fixes: https://tracker.ceph.com/issues/61547 Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/mon/LogMonitor.cc b/src/mon/LogMonitor.cc index 99be08d17def..38e5971762b1 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