From 035638201ec28703ffd277444dac34209a447a0c Mon Sep 17 00:00:00 2001 From: Robin Getz Date: Tue, 1 Aug 2023 01:06:40 -0400 Subject: [PATCH] iiod: remove test code that slipped in IIO_ERROR("host %s\n", host"); isn't an error - it was just some debug things that got accidently committed, so remove it. Signed-off-by: Robin Getz --- iiod/dns-sd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/iiod/dns-sd.c b/iiod/dns-sd.c index 37fd2a746..724f33cf2 100644 --- a/iiod/dns-sd.c +++ b/iiod/dns-sd.c @@ -256,7 +256,6 @@ static void start_avahi_thd(struct thread_pool *pool, void *d) while(true) { ret = gethostname(host, sizeof(host)); - IIO_ERROR("host %s\n", host); if (ret || !strcmp(host, "none")) goto again;