summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2002-09-23 15:36:02 +0000
committerVolker Lendecke <vlendec@samba.org>2002-09-23 15:36:02 +0000
commit42774a7753eb8be1ec04bcb5dda089910a1b6d0b (patch)
tree27310f6aa20fba4d2c7c1551265e263df224ae19 /source
parenta1bade0748fa46c6cb00e99d7022b21057679889 (diff)
downloadsamba-42774a7753eb8be1ec04bcb5dda089910a1b6d0b.tar.gz
samba-42774a7753eb8be1ec04bcb5dda089910a1b6d0b.tar.xz
samba-42774a7753eb8be1ec04bcb5dda089910a1b6d0b.zip
Cosmetic fix for debug message.
Diffstat (limited to 'source')
-rw-r--r--source/utils/net_rpc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index 3192768931b..8b8278b053e 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -424,8 +424,7 @@ rpc_getsid_internals(const DOM_SID *domain_sid, struct cli_state *cli,
sid_str, lp_workgroup());
if (!secrets_store_domain_sid(global_myname, domain_sid)) {
- DEBUG(0,("pdb_generate_sam_sid: "
- "Can't store domain SID as a pdc/bdc.\n"));
+ DEBUG(0,("Can't store domain SID\n"));
return NT_STATUS_UNSUCCESSFUL;
}