1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 14:57:05 +01:00

Small changes in the Log files

This commit is contained in:
Guido Cossu
2016-07-05 15:05:28 +01:00
parent 3e80947c2b
commit 3e3b367aa9
3 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@ public:
GridTime now = StopWatch.Elapsed();
StopWatch.Start();
stream << log.background()<< log.topName << log.background()<< " : ";
stream << log.colour() <<std::setw(10) << std::left << log.name << log.background() << " : ";
stream << log.colour() <<std::setw(14) << std::left << log.name << log.background() << " : ";
stream << log.evidence()<< now << log.background() << " : " << log.colour();
return stream;
} else {