summaryrefslogtreecommitdiff
path: root/impl/Log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'impl/Log.hpp')
-rw-r--r--impl/Log.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/impl/Log.hpp b/impl/Log.hpp
index 0f12fec..621c94c 100644
--- a/impl/Log.hpp
+++ b/impl/Log.hpp
@@ -15,7 +15,7 @@ namespace log {
struct LoggerBuffer : public std::streambuf {
LoggerBuffer(std::streambuf* buffer, const std::string& name)
: _buffer(buffer),
- _prefix(name + " :- "),
+ _prefix(name + ": "),
_prefix_next(true) { }
int_type overflow(int_type c=EOF) {