Logging should start with a capital letter

This commit is contained in:
Nikita Lisitsa 2020-11-19 23:51:20 +03:00
parent 9fa32c2dd1
commit 4fa7e1f824

View file

@ -27,7 +27,7 @@ namespace psemek::app
} }
catch (...) catch (...)
{ {
log::error() << "unknown exception"; log::error() << "Unknown exception";
return EXIT_FAILURE; return EXIT_FAILURE;
} }