summaryrefslogtreecommitdiff
path: root/lib/audit_logging
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-07-05 14:26:57 +0300
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:27 +0200
commit4c7c10b2c53b85ca257515abc5544d22b7ab0865 (patch)
tree7b63dd7a4fed218a3d7c3efbb0480f1b590dbda6 /lib/audit_logging
parentf495f64e2ea831cdc5c2a1a4954df738754de72b (diff)
downloadsamba-4c7c10b2c53b85ca257515abc5544d22b7ab0865.tar.gz
lib/audit_logging: update to waf 2.0
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/audit_logging')
-rw-r--r--lib/audit_logging/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/audit_logging/wscript b/lib/audit_logging/wscript
index 07a6caf95b6..f99df055731 100644
--- a/lib/audit_logging/wscript
+++ b/lib/audit_logging/wscript
@@ -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):
@@ -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')