From 37609ba6b89394648cb8d4555b9f6f8c2dd88ef7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 10 May 2012 15:07:32 +1000 Subject: build: Avoid printing the ABI signature normalisation during the default build This appears to have been accidentily left in acd63fdb86769ff4328ccb6a4096181e65e4d30f Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Thu May 10 09:00:20 CEST 2012 on sn-devel-104 --- buildtools/wafsamba/samba_abi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_abi.py') diff --git a/buildtools/wafsamba/samba_abi.py b/buildtools/wafsamba/samba_abi.py index 76c2d8b0d4..c51e08c290 100644 --- a/buildtools/wafsamba/samba_abi.py +++ b/buildtools/wafsamba/samba_abi.py @@ -57,7 +57,7 @@ def parse_sigs(sigs, abi_match): break if not matched: continue - print "%s -> %s" % (sa[1], normalise_signature(sa[1])) + Logs.debug("%s -> %s" % (sa[1], normalise_signature(sa[1]))) ret[sa[0]] = normalise_signature(sa[1]) return ret -- cgit