Use of tset() manipulator instead of setw() when printing in cdebug_log.

This commit is contained in:
Jean-Paul Chaput 2021-06-17 23:36:22 +02:00
parent d43fa49778
commit f873e616cb
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ namespace Katana {
cdebug_log(9000,0) << "Deter| Event "
<< getProcesseds()
<< "," << getEventLevel()
<< "," << setw(6) << getPriority()
<< "," << tsetw(6) << getPriority()
<< ": " << _segment << endl;
_processeds++;