Context: Override verbosity token should not imply header
Users might want to only opt-in into footnote override notifications, without seeing header-based override information about TASKRC or TASKDATA.
This commit is contained in:
@@ -1075,7 +1075,7 @@ bool Context::verbose (const std::string& token)
|
||||
// Some flags imply "header" verbosity being active. Make it so.
|
||||
if (! verbosity.count ("header"))
|
||||
{
|
||||
for (auto flag : {"default", "override"})
|
||||
for (auto flag : {"default"})
|
||||
{
|
||||
if (verbosity.count (flag))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user