Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a bunch of typos thanks to the new spell script. I only made the words starting...
[simgrid.git] / tools / MSG_visualization / colorize.pl
index 9fdd3df60d6c11ea9778c7446ccc8655c9bbe19f..c346409b4c8cc790cf2e7a6bff3f1d63da26dfb1 100755 (executable)
@@ -75,7 +75,7 @@ sub print_line {
     print pidcolor($pid);
 
     if(defined($location)) {
-       printf "[%10s:%-10s %s ]",$host,$procname,$location;
+       printf "[%10s:%-10s] %s ",$host,$procname,$location;
     } else {
        printf "[%10s:%-10s]",$host,$procname;
     }