diff options
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r-- | src/configreader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 2d3ecc3de..a739bf5b5 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -506,8 +506,8 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid) ConfigTagList binds = ConfTags("bind"); if (binds.first == binds.second) - errstr << "Possible configuration error: you have not defined any <bind> blocks." << std::endl - << "You will need to do this if you want clients to be able to connect!" << std::endl; + errstr << "Possible configuration error: you have not defined any <bind> blocks." << std::endl + << "You will need to do this if you want clients to be able to connect!" << std::endl; if (old && valid) { |