diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Log.cpp | 2 |
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, ...) |