python/join: do not attempt to parse log level, use parsed value
authorChristian Ambach <ambi@samba.org>
Tue, 13 Sep 2016 08:49:47 +0000 (10:49 +0200)
committerChristian Ambach <ambi@samba.org>
Wed, 14 Sep 2016 17:31:21 +0000 (19:31 +0200)
commit92178f02bd09277f783eb68b476cfd1452c7f9ef
tree9c8214350cf34b949bc67e162911ab476b65d27e
parentdd25aa129b6d799853312134628402f77b492eab
python/join: do not attempt to parse log level, use parsed value

The log level parameter can contain debug class specific entries.
Do not attempt to parse this as int, but use the values that the
debugging system already parsed

BUG: https://bugzilla.samba.org/show_bug.cgi?id=9945
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/join.py