Use of tset() manipulator instead of setw() when printing in cdebug_log.
This commit is contained in:
parent
d43fa49778
commit
f873e616cb
|
@ -430,7 +430,7 @@ namespace Katana {
|
|||
cdebug_log(9000,0) << "Deter| Event "
|
||||
<< getProcesseds()
|
||||
<< "," << getEventLevel()
|
||||
<< "," << setw(6) << getPriority()
|
||||
<< "," << tsetw(6) << getPriority()
|
||||
<< ": " << _segment << endl;
|
||||
_processeds++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue