aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-06-02 15:39:35 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit25c40e9448dd182913092876ebc341d8022c0997 (patch)
tree2c462fddad58e9c8523939b97b00979b2858e581 /src
parent43968e535338d025e360df5142ddfaa1fe05f744 (diff)
Update todo
Diffstat (limited to 'src')
-rw-r--r--src/Log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Log.cpp b/src/Log.cpp
index ec7b986..b8f75c8 100644
--- a/src/Log.cpp
+++ b/src/Log.cpp
@@ -5,7 +5,7 @@
namespace odhtdb
{
- // TODO: Add color (if output is tty)?
+ // TODO: Disable color if stdout/stderr is not tty
static std::mutex mutexLog;
void Log::debug(const char *fmt, ...)