2
0
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:
Ben Pfaff
2011-03-31 14:50:20 -07:00
parent 1c5a216a80
commit fe1e967e3b
4 changed files with 6 additions and 14 deletions

View File

@@ -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;
}