~singpolyma/biboumi

58000c36a64fd8d4b8cdb7d76f318fca5a81381e — louiz’ 6 years ago f89361c
Rephrase an error message
1 files changed, 1 insertions(+), 1 deletions(-)

M src/main.cpp
M src/main.cpp => src/main.cpp +1 -1
@@ 28,7 28,7 @@ static bool exiting = false;
int config_help(const std::string& missing_option)
{
  if (!missing_option.empty())
    log_error("Error: empty value for option ", missing_option, ".");
    log_error("Configuration error: empty value for option ", missing_option, ".");
  log_error("Please provide a configuration file filled like this:\n\n"
            "hostname=irc.example.com\npassword=S3CR3T");
  return 1;