summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-10 15:07:32 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-10 09:00:20 +0200
commit37609ba6b89394648cb8d4555b9f6f8c2dd88ef7 (patch)
tree6f2c6bd211160bcfb9164fdce86c487dfb21dc42 /buildtools
parentbe5bf2c991ce5ec2c5b2c19832430e26150d7d84 (diff)
downloadsamba-37609ba6b89394648cb8d4555b9f6f8c2dd88ef7.tar.gz
samba-37609ba6b89394648cb8d4555b9f6f8c2dd88ef7.tar.bz2
samba-37609ba6b89394648cb8d4555b9f6f8c2dd88ef7.zip
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 <abartlet@samba.org> Autobuild-Date: Thu May 10 09:00:20 CEST 2012 on sn-devel-104
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/samba_abi.py2
1 files changed, 1 insertions, 1 deletions
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