mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
logging.cc: add missing 'override'
This commit is contained in:
parent
c800f47395
commit
e4d43f1f94
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ public:
|
|||
|
||||
void startActivity(ActivityId act, Verbosity lvl, ActivityType type,
|
||||
const std::string & s, const Fields & fields, ActivityId parent)
|
||||
override
|
||||
{
|
||||
if (lvl <= verbosity && !s.empty())
|
||||
log(lvl, s + "...");
|
||||
|
|
Loading…
Reference in a new issue