From 6b123d4bc61c2db8e379dd5e681834c4053e661d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 22 Aug 2024 10:26:43 +0100 Subject: Use C++20 instead of fmtlib when available. --- modules/spanningtree/fjoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/spanningtree/fjoin.cpp') diff --git a/modules/spanningtree/fjoin.cpp b/modules/spanningtree/fjoin.cpp index b1dfa6fd9..dfe1dbd1b 100644 --- a/modules/spanningtree/fjoin.cpp +++ b/modules/spanningtree/fjoin.cpp @@ -278,7 +278,7 @@ void CommandFJoin::LowerTS(Channel* chan, time_t TS, const std::string& newname) if (Utils->AnnounceTSChange) { // WriteRemoteNotice is not used here because the message only needs to go to the local server. - chan->WriteNotice(fmt::format("Creation time of {} changed from {} to {}", newname, + chan->WriteNotice(FMT::format("Creation time of {} changed from {} to {}", newname, Time::ToString(chan->age), Time::ToString(TS))); } -- cgit v1.3.1-10-gc9f91