Skip to content

Commit

Permalink
waf: Use Logs.info() instead of print.
Browse files Browse the repository at this point in the history
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Tue Apr 17 17:48:23 CEST 2012 on sn-devel-104
  • Loading branch information
cryptomilk committed Apr 17, 2012
1 parent 2c49782 commit 0a4ab49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion wscript_build_embedded_heimdal
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
print "\tSelected embedded Heimdal build"
import Logs

Logs.info("\tSelected embedded Heimdal build")
bld.RECURSE('source4/heimdal_build')
4 changes: 3 additions & 1 deletion wscript_build_system_heimdal
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
print "\tSelected system Heimdal build"
import Logs

Logs.info("\tSelected system Heimdal build")
bld.RECURSE('source4/heimdal_build')
4 changes: 3 additions & 1 deletion wscript_build_system_mitkrb5
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit 0a4ab49

Please sign in to comment.