don't print message bodies when -v is passed.

In contrast to headers, they will almost never help uncover issues.
This commit is contained in:
Maximilian Hils 2018-02-22 00:22:14 +01:00 committed by GitHub
parent 4ce8d6ca37
commit 1cc5f30b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ def process_options(parser, opts, args):
args.flow_detail = 0
if args.verbose:
args.verbosity = 'debug'
args.flow_detail = 3
args.flow_detail = 2
adict = {}
for n in dir(args):