projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed two major bugs in paxos.cc.
[invirt/third/libt4.git]
/
threaded_log.h
diff --git
a/threaded_log.h
b/threaded_log.h
index
5d3942c
..
6630a86
100644
(file)
--- a/
threaded_log.h
+++ b/
threaded_log.h
@@
-38,7
+38,7
@@
operator<<(ostream &o, const A &a) {
int _self_ = instance_name_map[this]; \
if (_self_==0) \
_self_ = instance_name_map[this] = ++next_instance_num; \
- cerr << "#" << setw(2) << " " << _self_; \
+ cerr << "#" << left << setw(2) << _self_ << " "; \
}
#define LOG_NONMEMBER(_x_) { \