From 8f4aaae28c88c707853f8f28d8babc4efe0c1bf6 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Wed, 3 Mar 2010 08:33:22 +0100 Subject: Add forgotten \n in DEBUG statements Logs from confdb with missing '\n' in the DEBUG statements annoyed me so I decided to fix them. I also made a quick grep through the code and found other places so I fixed them too. --- src/tests/resolv-tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/resolv-tests.c') diff --git a/src/tests/resolv-tests.c b/src/tests/resolv-tests.c index c0133b923..eced5b2d4 100644 --- a/src/tests/resolv-tests.c +++ b/src/tests/resolv-tests.c @@ -211,7 +211,7 @@ static void test_negative(struct tevent_req *req) &status, NULL, &hostent); talloc_zfree(req); if (recv_status == EOK) { - DEBUG(7, ("resolv_gethostbyname_recv succeeded in a negative test")); + DEBUG(7, ("resolv_gethostbyname_recv succeeded in a negative test\n")); return; } -- cgit