Skip to content

Commit

Permalink
lib/audit_logging: update to waf 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bokovoy <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
abbra authored and abartlet committed Sep 5, 2018
1 parent f495f64 commit 4c7c10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/audit_logging/wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from waflib import Logs, Options, Utils
from waflib import Logs, Options, Errors
import samba3

def options(opt):
Expand Down Expand Up @@ -28,7 +28,7 @@ def configure(conf):
"JSON support is required for the JSON "
"formatted audit log feature and the AD DC")
if not Options.options.without_ad_dc:
raise Utils.WafError('--without-json-audit requires '
raise Errors.WafError('--without-json-audit requires '
'--without-ad-dc. '
'Jansson JSON library is required for '
'building the AD DC')
Expand Down

0 comments on commit 4c7c10b

Please sign in to comment.