mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 05:03:03 +01:00
rm redundant error message
This commit is contained in:
parent
7cf9c37aef
commit
36963a5b38
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user