From 8e369ef259c941730b6147e63154891d97959083 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 25 Apr 2017 13:25:10 +0200 Subject: [PATCH] samba-tool: fix log message of 'samba-tool user syncpasswords' BUG: https://bugzilla.samba.org/show_bug.cgi?id=12768 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider Autobuild-User(master): Stefan Metzmacher 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/netcmd/user.py b/python/samba/netcmd/user.py index 4f1bce8..844f7f0 100644 --- a/python/samba/netcmd/user.py +++ b/python/samba/netcmd/user.py @@ -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, -- 1.9.1