diff options
author | Radoslaw Zarzynski <rzarzyns@redhat.com> | 2023-06-02 16:39:27 +0200 |
---|---|---|
committer | Radoslaw Zarzynski <rzarzyns@redhat.com> | 2023-06-02 16:41:46 +0200 |
commit | 2c3691d197b4fa555643bb36d82870b5edc4767e (patch) | |
tree | 4054a0ab948c99421950c7e7829ea8ea9eed1a91 /src/mon/LogMonitor.cc | |
parent | Merge pull request #51857 from zdover23/wip-doc-2023-05-31-cephadm-48180-clea... (diff) | |
download | ceph-2c3691d197b4fa555643bb36d82870b5edc4767e.tar.xz ceph-2c3691d197b4fa555643bb36d82870b5edc4767e.zip |
mon: fix timestamp formatting in cluster log
Fixes: https://tracker.ceph.com/issues/61547
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Diffstat (limited to 'src/mon/LogMonitor.cc')
-rw-r--r-- | src/mon/LogMonitor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mon/LogMonitor.cc b/src/mon/LogMonitor.cc index 99be08d17de..38e5971762b 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 |