From bf13b9f180caf95d88a6c282cbd12c73a9cbe338 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 5 Dec 2007 17:14:12 +0100 Subject: Fix a debug message (missing newline). Michael (This used to be commit 2a1755327f6cef6c969308e9ebcb238048535533) --- source3/winbindd/idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/idmap.c') diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 6756c2a23b..d2c13ab8b7 100644 --- a/source3/winbindd/idmap.c +++ b/source3/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; } -- cgit