mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
CmdLog: Tweaks
- Change mark line. - Added note about the lifespan of this command.
This commit is contained in:
parent
e150a9cd11
commit
a8bf6e925e
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@
|
|||
#include <iostream>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// TODO This may be removed.
|
||||
int CmdLog (Log& log)
|
||||
{
|
||||
std::cout << "# log\n";
|
||||
log.write ("debug", "----8<----");
|
||||
log.write ("debug", "---- 8< ----");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue