From 1a0ffe2288b97b47a5b2bfbda2f9438680429422 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Mon, 6 Jan 2014 00:09:43 +0000 Subject: psyc: ipc messages, notify callback for modifiers, tests --- contrib/logread.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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; -- cgit v1.2.3