diff options
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 7556aab97..baa109d05 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -434,7 +434,7 @@ void ServerConfig::Apply(ServerConfig* old, const std::string& useruid) errstr << "Warning! Some of your listener" << (pl.size() == 1 ? "s" : "") << " failed to bind:" << std::endl; for (const auto& fp : pl) { - errstr << " " << fp.sa.str() << ": " << strerror(fp.error) << std::endl + errstr << " " << fp.sa.str() << ": " << fp.error << std::endl << " " << "Created from <bind> tag at " << fp.tag->source.str() << std::endl; } } |
