From 31c446201bf1b2b14dde2770e2006712438589e7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 18 Mar 2025 13:57:00 +0000 Subject: Rename ToHuman to ToLongString. This name is used by functions in too many places already. --- src/modules/m_spanningtree/pingtimer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree/pingtimer.cpp') diff --git a/src/modules/m_spanningtree/pingtimer.cpp b/src/modules/m_spanningtree/pingtimer.cpp index a6d193bfb..8d7ee6866 100644 --- a/src/modules/m_spanningtree/pingtimer.cpp +++ b/src/modules/m_spanningtree/pingtimer.cpp @@ -50,7 +50,7 @@ PingTimer::State PingTimer::TickInternal() { // No pong arrived in PingWarnTime seconds, send a warning to opers ServerInstance->SNO.WriteToSnoMask('l', "Server \002{}\002 has not responded to PING for {}, high latency.", - server->GetName(), Duration::ToHuman(GetInterval())); + server->GetName(), Duration::ToLongString(GetInterval())); return PS_TIMEOUT; } else // PS_TIMEOUT -- cgit v1.3.1-10-gc9f91