Fix comments

This commit is contained in:
badaix 2025-02-03 21:47:13 +01:00
parent fa8abcb26e
commit 6b94392f2c
3 changed files with 8 additions and 7 deletions

View file

@ -187,7 +187,7 @@ struct ServerSettings
/// Logging settings
struct Logging
{
/// log sing
/// log sink
std::string sink;
/// log filter
std::string filter{"*:info"};