mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
Consistent process death messaging.
This commit is contained in:
@@ -157,7 +157,7 @@ while True:
|
|||||||
linebuf = StringIO()
|
linebuf = StringIO()
|
||||||
linebuf.write('\n')
|
linebuf.write('\n')
|
||||||
linebuf.write(colorize(' ' * (HEADER_SIZE - 1), bg=RED))
|
linebuf.write(colorize(' ' * (HEADER_SIZE - 1), bg=RED))
|
||||||
linebuf.write(' No longer wanted')
|
linebuf.write(' Killing because no longer wanted')
|
||||||
linebuf.write('\n' * 3)
|
linebuf.write('\n' * 3)
|
||||||
|
|
||||||
print linebuf.getvalue()
|
print linebuf.getvalue()
|
||||||
|
|||||||
Reference in New Issue
Block a user