mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 17:56:36 +02:00
rm redundant error message
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user