summaryrefslogtreecommitdiff
path: root/i/marvin/src/log/logger_stdout.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/log/logger_stdout.hh')
-rw-r--r--i/marvin/src/log/logger_stdout.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/log/logger_stdout.hh b/i/marvin/src/log/logger_stdout.hh
index 6147e76..eaa706a 100644
--- a/i/marvin/src/log/logger_stdout.hh
+++ b/i/marvin/src/log/logger_stdout.hh
@@ -29,7 +29,7 @@
#include <iostream>
#include <string>
-/// Null logger to prevent losing time
+/// Logger to stdout.
class LoggerStdout : public Logger
{
public: