aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-06-02 15:39:35 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-06-02 15:41:43 +0200
commit92217f9654284d2b3db4c4e17c154658a2125458 (patch)
tree1796362c818afd78d8cab4e82b0e19c09058c708 /src
parent4ca21886696fa7f03c4105e665ddd32d51b3701c (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, ...)