aboutsummaryrefslogtreecommitdiffstats
path: root/modules/spanningtree/pingtimer.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-03-22 14:29:12 +0000
committerGravatar Sadie Powell2025-03-22 14:37:15 +0000
commit30d0f2827215f635f4cdefed8300c1c085ae953c (patch)
tree7fc4837accfb8d7bed95449eeb816e84bfa87ea6 /modules/spanningtree/pingtimer.cpp
parentAllow reloading the geolocation database with a module rehash. (diff)
parentAllow using the long duration format in the xline message. (diff)
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/spanningtree/pingtimer.cpp')
-rw-r--r--modules/spanningtree/pingtimer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/spanningtree/pingtimer.cpp b/modules/spanningtree/pingtimer.cpp
index a6d193bfb..8d7ee6866 100644
--- a/modules/spanningtree/pingtimer.cpp
+++ b/modules/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