support for the 'fatal' tag

This commit is contained in:
Tomasz Rozbicki
2013-06-15 02:07:42 +02:00
parent cf8138a1e9
commit 97bc4d1352
+1
View File
@@ -113,6 +113,7 @@ TAGTYPES = {
'I': colorize(' I ', fg=BLACK, bg=GREEN), 'I': colorize(' I ', fg=BLACK, bg=GREEN),
'W': colorize(' W ', fg=BLACK, bg=YELLOW), 'W': colorize(' W ', fg=BLACK, bg=YELLOW),
'E': colorize(' E ', fg=BLACK, bg=RED), 'E': colorize(' E ', fg=BLACK, bg=RED),
'F': colorize(' F ', fg=BLACK, bg=RED),
} }
PID_START = re.compile(r'^Start proc ([a-zA-Z0-9._:]+) for ([a-z]+ [^:]+): pid=(\d+) uid=(\d+) gids=(.*)\r?$') PID_START = re.compile(r'^Start proc ([a-zA-Z0-9._:]+) for ([a-z]+ [^:]+): pid=(\d+) uid=(\d+) gids=(.*)\r?$')