Skip to content

Commit

Permalink
Test hypothesis
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Dec 20, 2024
1 parent 1d18770 commit f11328b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/fileappender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void FileAppender::activateOptionsInternal(Pool& p)
else if (0 == _priv->bufferedSeconds)
{
if (auto p = _priv->taskManager.lock())
p->value()->removePeriodicTask(getName());
p->value().removePeriodicTask(getName());
}
}
}
Expand Down

0 comments on commit f11328b

Please sign in to comment.