summaryrefslogtreecommitdiff
path: root/impl/Log.hpp
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-07-09 18:42:28 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-07-09 18:42:28 +1000
commit9f3fff18f29d250745a758d13e4c4d39f59bee9c (patch)
tree3caae5a4b8edb970ebefbf6d489a4afc6e5a06a4 /impl/Log.hpp
parentfcc8fc238754b6cf1bd7ac394de44ee30c50d6f7 (diff)
Few quick logging changes, just for fun.
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) {