Commit 00252353 by Michael DeHaan

Decided I liked the asterisks

parent bc0be456
......@@ -146,7 +146,7 @@ def banner(msg):
width = 78 - len(msg)
if width < 3:
width = 3
filler = "-" * width
filler = "*" * width
return "\n%s %s " % (msg, filler)
def command_generic_msg(hostname, result, oneline, caption):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment