diff --git a/pidcat.py b/pidcat.py index 50d8f6b..c9dd8b9 100755 --- a/pidcat.py +++ b/pidcat.py @@ -165,7 +165,7 @@ while True: pids.remove(dead_pid) linebuf = '\n' linebuf += colorize(' ' * (header_size - 1), bg=RED) - linebuf += ' Process %s killed' % dead_pid + linebuf += ' Process %s ended' % dead_pid linebuf += '\n' print linebuf last_tag = None # Ensure next log gets a tag printed