Skip to content

Commit 39c1764

Browse files
committed
Fix error message wording
1 parent 60e8131 commit 39c1764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psirngclient-manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ psirngclient_manager::psirngclient_manager() {
2727
}
2828

2929
if (!psirngclient_ishealthy(psirngclient_ptr)) {
30-
throw std::runtime_error("psirng client is not healthy");
30+
throw std::runtime_error("psirng is not healthy");
3131
}
3232
} else {
3333
throw std::runtime_error("psirng is not configured");

0 commit comments

Comments
 (0)