X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=contrib%2Flogread.pl;h=11baf2d86ad6f0cc9bd9ba8fefa83e297c1ee043;hb=42020e0cd21d9999ec08073fe44de7105cbd931f;hp=c6f82a68d78ad592dca6de58514e76f9668b8bac;hpb=d10808d7f17c5f6f1356c22ef0992965cbaf5ce1;p=oweals%2Fgnunet.git diff --git a/contrib/logread.pl b/contrib/logread.pl index c6f82a68d..11baf2d86 100755 --- a/contrib/logread.pl +++ b/contrib/logread.pl @@ -98,7 +98,7 @@ while (<>) s/\b(multicast|psyc|psycstore|social)\b/BLUE $1/ex; # Add message type names - s/(message(?:\s+of)?\s+type\s+)(\d+)/ + s/(message(?:\s+part)?(?:\s+of)?\s+type\s+)(\d+)/ $1 . BRIGHT_CYAN (exists $msgtypes{$2} ? $msgtypes{$2} : 'UNKNOWN') . CYAN " ($2)"/e;