Logging should start with a capital letter
This commit is contained in:
parent
9fa32c2dd1
commit
4fa7e1f824
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ namespace psemek::app
|
|||
}
|
||||
catch (...)
|
||||
{
|
||||
log::error() << "unknown exception";
|
||||
log::error() << "Unknown exception";
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue