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