mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Added release build support. (#119)
* Cleaned up and updated cmake to have release build support. * Added segfault handler. * Added latest hpfs release build. * Fixed coding issues revealed by release build.
This commit is contained in:
@@ -340,7 +340,7 @@ namespace comm
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_ERR << "fork() failed when starting websocketd process.";
|
||||
LOG_ERR << errno << ": fork() failed when starting websocketd process.";
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user