mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
Be more polite.
This commit is contained in:
@@ -165,7 +165,7 @@ while True:
|
|||||||
pids.remove(dead_pid)
|
pids.remove(dead_pid)
|
||||||
linebuf = '\n'
|
linebuf = '\n'
|
||||||
linebuf += colorize(' ' * (header_size - 1), bg=RED)
|
linebuf += colorize(' ' * (header_size - 1), bg=RED)
|
||||||
linebuf += ' Process %s killed' % dead_pid
|
linebuf += ' Process %s ended' % dead_pid
|
||||||
linebuf += '\n'
|
linebuf += '\n'
|
||||||
print linebuf
|
print linebuf
|
||||||
last_tag = None # Ensure next log gets a tag printed
|
last_tag = None # Ensure next log gets a tag printed
|
||||||
|
|||||||
Reference in New Issue
Block a user