littles changes at arguments debug

This commit is contained in:
Schrolli 2015-06-30 12:38:52 +02:00
parent d28dfa951b
commit 0199151165
2 changed files with 4 additions and 1 deletions

View file

@ -46,6 +46,8 @@ def printHeader(args):
print "Squelch: "+str(args.squelch)
if args.verbose:
print "Verbose Mode!"
if args.test:
print "Test Mode!"
print ""
except:
logging.error("cannot display shell header")