CmdLog: Tweaks

- Change mark line.
- Added note about the lifespan of this command.
This commit is contained in:
Paul Beckingham 2016-03-17 16:42:15 -04:00
parent e150a9cd11
commit a8bf6e925e

View file

@ -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;
}