1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

waf: Use Logs.info() instead of print.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Tue Apr 17 17:48:23 CEST 2012 on sn-devel-104
This commit is contained in:
Andreas Schneider 2012-04-17 14:11:45 +02:00 committed by Andreas Schneider
parent 2c49782dc1
commit 0a4ab49c3e
3 changed files with 9 additions and 3 deletions

View File

@ -1,2 +1,4 @@
print "\tSelected embedded Heimdal build"
import Logs
Logs.info("\tSelected embedded Heimdal build")
bld.RECURSE('source4/heimdal_build')

View File

@ -1,2 +1,4 @@
print "\tSelected system Heimdal build"
import Logs
Logs.info("\tSelected system Heimdal build")
bld.RECURSE('source4/heimdal_build')

View File

@ -1,2 +1,4 @@
print "\tSelected system MIT krb5 libraries, Heimdal use is disabled"
import Logs
Logs.info("\tSelected system MIT krb5 libraries, Heimdal use is disabled")
#bld.RECURSE('source4/heimdal_build')