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/xline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xline.cpp') diff --git a/src/xline.cpp b/src/xline.cpp index d83617dae..d39a1c97e 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -707,7 +707,7 @@ void XLine::DisplayExpiry() { ServerInstance->SNO.WriteToSnoMask('x', "Removing an expired {}{} on {} (set by {} {} ago): {}", type, (type.length() <= 2 ? "-line" : ""), Displayable(), source, - Duration::ToHuman(ServerInstance->Time() - set_time), reason); + Duration::ToLongString(ServerInstance->Time() - set_time), reason); } const std::string& ELine::Displayable() const -- cgit v1.3.1-10-gc9f91