Decided I liked the asterisks

This commit is contained in:
Michael DeHaan 2013-04-06 18:58:55 -04:00
parent bc0be456da
commit 00252353b9

View file

@ -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):