python/drs_utils: 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)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Oct 2016 08:56:12 +0000 (10:56 +0200)
commit430e9d2b2a70e3784c42d776740636d471b25bce
treea41c9bc29ec8f610835c1d451c1ad362fc40b1cd
parent4fe66b567de1caf4d2d1c8c1400a87499b8f2264
python/drs_utils: 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>
(cherry picked from commit dd25aa129b6d799853312134628402f77b492eab)
python/samba/drs_utils.py