From 7922d4cf1aea3b1fbd56559c1f6c1a00c55fabf5 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Thu, 19 Sep 2002 11:36:47 +0000 Subject: Add forgotten newlines in debug messages. --- lib/libc/net/getnetbydns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libc/net/getnetbydns.c b/lib/libc/net/getnetbydns.c index fd771f2545a3..6e70ece95a05 100644 --- a/lib/libc/net/getnetbydns.c +++ b/lib/libc/net/getnetbydns.c @@ -269,7 +269,7 @@ _dns_getnetbyaddr(void *rval, void *cb_data, va_list ap) } else if (anslen > sizeof(buf)) { #ifdef DEBUG if (_res.options & RES_DEBUG) - printf("res_search static buffer too small"); + printf("res_search static buffer too small\n"); #endif return NS_UNAVAIL; } @@ -315,7 +315,7 @@ _dns_getnetbyname(void *rval, void *cb_data, va_list ap) } else if (anslen > sizeof(buf)) { #ifdef DEBUG if (_res.options & RES_DEBUG) - printf("res_search static buffer too small"); + printf("res_search static buffer too small\n"); #endif return NS_UNAVAIL; } -- cgit v1.3