mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
Add a few more users for ovs_retval_to_string().
This commit is contained in:
@@ -47,8 +47,7 @@ get_entropy(void *buffer, size_t n)
|
||||
close(fd);
|
||||
|
||||
if (error) {
|
||||
VLOG_ERR("%s: read error (%s)", urandom,
|
||||
error == EOF ? "unexpected end of file" : strerror(error));
|
||||
VLOG_ERR("%s: read error (%s)", urandom, ovs_retval_to_string(error));
|
||||
}
|
||||
return error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user