mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
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
This commit is contained in:
parent
be5bf2c991
commit
37609ba6b8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user