mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
samba-tool: Use self.outf in a few more places.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 13 05:06:52 CEST 2011 on sn-devel-104
This commit is contained in:
@ -90,7 +90,7 @@ class cmd_rodc_preload(Command):
|
||||
source_dsa_invocation_id = misc.GUID(local_samdb.schema_format_value("objectGUID", res[0]["invocationId"][0]))
|
||||
|
||||
dn = self.get_dn(samdb, account)
|
||||
print "Replicating DN %s" % dn
|
||||
self.outf.write("Replicating DN %s\n" % dn)
|
||||
|
||||
destination_dsa_guid = misc.GUID(local_samdb.get_ntds_GUID())
|
||||
|
||||
|
Reference in New Issue
Block a user