upstream changes (src)

This commit is contained in:
3lswear
2022-03-06 14:21:11 +03:00
parent 1c034c465c
commit c6e54a0c05
8 changed files with 31 additions and 34 deletions

View File

@@ -24,7 +24,7 @@ int main(int argc, char **argv)
catch(const ConfigException& e)
{
std::cerr << RED << "\n" << WARNING << getDebugTime()
<< FAIL << " " << e.getMessage() << ENDL;
<< FAIL << e.getMessage() << ENDL;
}
catch (std::domain_error &e)
{