build: Avoid printing the ABI signature normalisation during the default build
authorAndrew Bartlett <abartlet@samba.org>
Thu, 10 May 2012 05:07:32 +0000 (15:07 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 10 May 2012 07:00:20 +0000 (09:00 +0200)
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

buildtools/wafsamba/samba_abi.py

index 76c2d8b0d41e23e4dc8deabc373417176ce967cd..c51e08c290e109a80a1c00e69fe4f93925020ded 100644 (file)
@@ -57,7 +57,7 @@ def parse_sigs(sigs, abi_match):
                     break
             if not matched:
                 continue
                     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
 
         ret[sa[0]] = normalise_signature(sa[1])
     return ret