diff options
| author | 2025-03-03 14:58:58 +0000 | |
|---|---|---|
| committer | 2025-03-03 14:58:58 +0000 | |
| commit | d4d2293244c1845d2ca44708e82cad0bd38741e5 (patch) | |
| tree | e6c03e062dd5b2dc13f215169ab11455a2b89d88 /modules/permchannels.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
| parent | Use Duration::ToHuman instead of seconds in various messages. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/permchannels.cpp')
| -rw-r--r-- | modules/permchannels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/permchannels.cpp b/modules/permchannels.cpp index 178c8f960..ec549b1fc 100644 --- a/modules/permchannels.cpp +++ b/modules/permchannels.cpp @@ -293,7 +293,7 @@ public: // Back off a bit to avoid spamming opers. if (backoff > 1) SetInterval(std::min(GetInterval() * backoff, maxbackoff), false); - ServerInstance->Logs.Debug(MODNAME, "Trying again in {} seconds", GetInterval()); + ServerInstance->Logs.Debug(MODNAME, "Trying again in {}", Duration::ToHuman(GetInterval())); } } return true; |
