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)
committerChristian Ambach <ambi@samba.org>
Wed, 14 Sep 2016 17:31:21 +0000 (19:31 +0200)
commitdd25aa129b6d799853312134628402f77b492eab
treef9dc405413ad77b509ffef2d9d56ed1fbff7b327
parentfa56dbf6706872c5287eab082bb6ba7b5bd3ccd2
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>
python/samba/drs_utils.py