forked from samba-team/samba
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
waf: Use Logs.info() instead of print.
Autobuild-User: Andreas Schneider <[email protected]> Autobuild-Date: Tue Apr 17 17:48:23 CEST 2012 on sn-devel-104
- Loading branch information
1 parent
2c49782
commit 0a4ab49
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |