From ff8ec0cdab020cc7f11a8bc75739ed15794d65f2 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Wed, 12 Jun 2013 10:24:31 -0700 Subject: [PATCH] Be more polite. --- pidcat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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