mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancements - config variables, debug
- "debug" now considered a valid configuration variable. - "alias.*" now considered a valid configuration variable. - Moved some messages over to use Context::debug.
This commit is contained in:
parent
344b1aba58
commit
3bed6bb573
3 changed files with 16 additions and 15 deletions
|
@ -178,7 +178,7 @@ int TDB::load (std::vector <Task>& tasks, Filter& filter)
|
|||
numberStatusClauses != numberSimpleStatusClauses)
|
||||
loadCompleted (tasks, filter);
|
||||
else
|
||||
context.header ("load optimization short circuit");
|
||||
context.debug ("load optimization short circuit");
|
||||
#else
|
||||
loadCompleted (tasks, filter);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue