summaryrefslogtreecommitdiffstats
path: root/source/winbindd
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-05 17:14:12 +0100
committerMichael Adam <obnox@samba.org>2007-12-05 17:14:55 +0100
commit2a1755327f6cef6c969308e9ebcb238048535533 (patch)
treed07b5d43cd5ddf3ceddedf16701d945f73f58718 /source/winbindd
parent525a6887afcae8d8e740cf194a412c21da899649 (diff)
downloadsamba-2a1755327f6cef6c969308e9ebcb238048535533.tar.gz
samba-2a1755327f6cef6c969308e9ebcb238048535533.tar.xz
samba-2a1755327f6cef6c969308e9ebcb238048535533.zip
Fix a debug message (missing newline).
Michael
Diffstat (limited to 'source/winbindd')
-rw-r--r--source/winbindd/idmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/winbindd/idmap.c b/source/winbindd/idmap.c
index 6756c2a23bf..d2c13ab8b73 100644
--- a/source/winbindd/idmap.c
+++ b/source/winbindd/idmap.c
@@ -920,7 +920,7 @@ static NTSTATUS idmap_can_map(const struct id_map *map,
if ( (dom = find_idmap_domain_from_sid( map->sid )) == NULL ) {
/* huh, couldn't find a suitable domain,
* let's just leave it unmapped */
- DEBUG(10, ("Could not find idmap backend for SID %s",
+ DEBUG(10, ("Could not find idmap backend for SID %s\n",
sid_string_static(map->sid)));
return NT_STATUS_NO_SUCH_DOMAIN;
}