summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 76e367e32c..46835d080d 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -1531,7 +1531,7 @@ rpc_group_delmem_internals(const DOM_SID *domain_sid, const char *domain_name,
&group_sid, argv[1]);
if (!NT_STATUS_IS_OK(result)) {
- d_printf("Could not del %s to %s: %s\n",
+ d_printf("Could not del %s from %s: %s\n",
argv[1], argv[0], nt_errstr(result));
}
return result;