From 8881c692d2ef5799a1433ea9b6db75dc77e00a92 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 9 Jan 2024 18:14:07 +0000 Subject: Fix a typo in TryBindPorts. --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 397f708aa..b186ab391 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -378,7 +378,7 @@ namespace fmt::println(""); } - fmt::print(fmt::text_style(fmt::emphasis::bold), "Hints:"); + fmt::println(fmt::text_style(fmt::emphasis::bold), "Hints:"); fmt::println("- For TCP/IP listeners try using a public IP address in instead"); fmt::println(" of * or leaving it blank."); fmt::println("- For UNIX socket listeners try enabling to replace old sockets."); -- cgit v1.3.1-10-gc9f91