Fix a debug message (missing newline).
authorMichael Adam <obnox@samba.org>
Wed, 5 Dec 2007 16:14:12 +0000 (17:14 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 5 Dec 2007 16:14:55 +0000 (17:14 +0100)
Michael
(This used to be commit 2a1755327f6cef6c969308e9ebcb238048535533)

source3/winbindd/idmap.c

index 6756c2a23bf809d6564c26c87ab302a9beb513fa..d2c13ab8b739c410a1632e1dc981217daf809465 100644 (file)
@@ -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;
        }