From 191dc2bfd22a4a4d55779281c63e4b570ac6f24b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 6 Dec 2007 01:13:07 +0100 Subject: [PATCH] Fix a debug message (add a newline). Michael --- source/nsswitch/idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nsswitch/idmap.c b/source/nsswitch/idmap.c index 9c38f6b5ad2..676ab6eb53a 100644 --- a/source/nsswitch/idmap.c +++ b/source/nsswitch/idmap.c @@ -906,7 +906,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; } -- 2.11.4.GIT