winbindd: fix debug message in find_default_route_domain() on a DC
authorStefan Metzmacher <metze@samba.org>
Wed, 31 Jan 2018 07:22:07 +0000 (08:22 +0100)
committerRalph Boehme <slow@samba.org>
Sat, 10 Feb 2018 07:35:16 +0000 (08:35 +0100)
commitb112cbc2462edf810473026c133b0802d1e18468
tree2f960d38b7db26bfb75d80888ebdec892bc57208
parent6151909c823016417f863c22e77c8a136f3fbb95
winbindd: fix debug message in find_default_route_domain() on a DC

As we don't support multiple domains in a forest yet,
we don't need to print a warning a log level 0.

This also adds a missing \n.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13255

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/winbindd/winbindd_util.c