summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_samr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c
index a3fd579095..efb1bcf974 100644
--- a/source3/rpcclient/cmd_samr.c
+++ b/source3/rpcclient/cmd_samr.c
@@ -106,11 +106,11 @@ void cmd_sam_ntchange_pwd(struct client_info *info)
if (res)
{
- DEBUG(5,("cmd_sam_ntpasswd_chg: succeeded\n"));
+ fprintf(out_hnd, "NT Password changed OK\n"));
}
else
{
- DEBUG(5,("cmd_sam_ntpasswd_chg: failed\n"));
+ fprintf(out_hnd, "NT Password change FAILED\n"));
}
}