X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/c9be386a30dc7145ac757fae66c255b21da26d5d..e478ac59e66e89cbc174e781ac715c8644539947:/threaded_log.h diff --git a/threaded_log.h b/threaded_log.h index 5d3942c..6630a86 100644 --- 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_) { \