mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Converted forked process logging to use stdout. (#126)
Forked processes are now logging to stdout to avoid race conditions with hpcore log file.
This commit is contained in:
@@ -335,7 +335,7 @@ namespace comm
|
||||
execv_args[idx] = NULL;
|
||||
|
||||
const int ret = execv(execv_args[0], execv_args);
|
||||
LOG_ERROR << errno << ": websocketd process execv failed.";
|
||||
std::cerr << errno << ": websocketd process execv failed.\n";
|
||||
exit(1);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user