This commit is contained in:
Kevin Hester
2021-04-10 12:09:08 +08:00
parent 136919404b
commit 1447965ceb
4 changed files with 58 additions and 40 deletions

View File

@@ -485,8 +485,11 @@ def common():
args.destOrAll = args.dest
args.destOrLocal = args.dest # FIXME, temp hack for debugging remove
if not args.seriallog and not args.noproto:
args.seriallog = "none" # assume no debug output in this case
if not args.seriallog:
if args.noproto:
args.seriallog = "stdout"
else:
args.seriallog = "none" # assume no debug output in this case
if args.deprecated != None:
logging.error(