1.3.0 Renamed sock_log_errors to sock_log_error
This commit is contained in:
@@ -30,7 +30,7 @@ int main(void)
|
||||
|
||||
close:
|
||||
sock_close(sock);
|
||||
if (err) sock_log_errors();
|
||||
if (err) sock_log_error();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user