We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e8131 commit 39c1764Copy full SHA for 39c1764
src/psirngclient-manager.cpp
@@ -27,7 +27,7 @@ psirngclient_manager::psirngclient_manager() {
27
}
28
29
if (!psirngclient_ishealthy(psirngclient_ptr)) {
30
- throw std::runtime_error("psirng client is not healthy");
+ throw std::runtime_error("psirng is not healthy");
31
32
} else {
33
throw std::runtime_error("psirng is not configured");
0 commit comments