From 36963a5b385a6e1c5f8cddc12bbb981c980bac51 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Fri, 30 Oct 2015 00:10:38 -0400 Subject: [PATCH] rm redundant error message --- src/name_lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/name_lookup.c b/src/name_lookup.c index 198e531..4f259e2 100644 --- a/src/name_lookup.c +++ b/src/name_lookup.c @@ -329,7 +329,7 @@ void *lookup_thread_func(void *data) } if (process_response(&recv_data) == -1) { - lookup_error(self, "Name lookup failed."); + lookup_error(self, ""); goto on_exit; }