mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Fixed contract output fetcher thread join issue.
This commit is contained in:
@@ -239,7 +239,7 @@ namespace util
|
||||
const int wait_options = wait ? 0 : WNOHANG;
|
||||
if (waitpid(pid, NULL, wait_options) == -1)
|
||||
{
|
||||
LOG_ERROR << errno << ": waitpid after kill failed.";
|
||||
LOG_ERROR << errno << ": waitpid after kill (pid:" << pid << ") failed.";
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user