mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
log: Distinguished debug output with prefix
This commit is contained in:
parent
3c3fdc98f3
commit
f9568d1ca7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void enableDebugMode (bool value)
|
|||
void debug (const std::string& msg)
|
||||
{
|
||||
if (debugMode)
|
||||
std::cout << Color ("gray4").colorize (msg) << "\n";
|
||||
std::cout << Color ("gray4").colorize (">> " + msg) << "\n";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue