]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool: fix log message of 'samba-tool user syncpasswords'
authorStefan Metzmacher <metze@samba.org>
Tue, 25 Apr 2017 11:25:10 +0000 (13:25 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 30 Jun 2017 08:46:22 +0000 (10:46 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12768

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri May  5 01:37:45 CEST 2017 on sn-devel-144

(cherry picked from commit 4c17850ae7b6c85e99e5d4d5bc5d8e89a9ba6d47)

python/samba/netcmd/user.py

index 4f1bce8ab31eea4f8a396dba253f91aae5da4178..844f7f0c6f06a81d470a85eb05a159be44b06b5b 100644 (file)
@@ -1604,7 +1604,7 @@ samba-tool user syncpasswords --terminate \\
             return
 
         def run_sync_command(dn, ldif):
-            log_msg("Call Popen[%s] for %s\n" % (dn, self.sync_command))
+            log_msg("Call Popen[%s] for %s\n" % (self.sync_command, dn))
             sync_command_p = Popen(self.sync_command,
                                    stdin=PIPE,
                                    stdout=PIPE,