Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more flexible regexp
[simgrid.git] / tools / MSG_visualization / colorize.pl
index f7d066f..586b479 100755 (executable)
@@ -45,7 +45,7 @@ sub pidcolor {
 while (<>) {
     $orgline = $thisline = $_;
 
-    if ( $thisline =~ /^\[(\w+):(\w+):\((\d+)\) ([0-9\.]*)\] ([^\[]*) \[([^\[]*)\] (.*)$/ ) {
+    if ( $thisline =~ /^\[([^:]+):([^:]+):\((\d+)\) ([0-9\.]*)\] ([^\[]*) \[([^\[]*)\] (.*)$/ ) {
        $host=$1;
        $procname=$2;
        $pid=$3;