diff options
| author | 2024-01-09 18:14:07 +0000 | |
|---|---|---|
| committer | 2024-01-09 18:14:07 +0000 | |
| commit | 8881c692d2ef5799a1433ea9b6db75dc77e00a92 (patch) | |
| tree | d74fea9e8e77448a87fbd91494198346e22a2cdd /src/inspircd.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Fix a typo in TryBindPorts.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bind:address> instead"); fmt::println(" of * or leaving it blank."); fmt::println("- For UNIX socket listeners try enabling <bind:rewrite> to replace old sockets."); |
