Skip to content

Commit

Permalink
iiod: remove test code that slipped in
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rgetz authored and pcercuei committed Aug 4, 2023
1 parent 74623f4 commit 0356382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iiod/dns-sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0356382

Please sign in to comment.