mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 17:06:00 +00:00
cosmetic.
This commit is contained in:
@@ -427,7 +427,7 @@ std::string DoSustain()
|
|||||||
signal(SIGUSR2, SIG_DFL);
|
signal(SIGUSR2, SIG_DFL);
|
||||||
return str(boost::format("Launching child %d") % childCount);;
|
return str(boost::format("Launching child %d") % childCount);;
|
||||||
}
|
}
|
||||||
NameThread(boost::str(boost::format("sust%d") % childCount).c_str());
|
NameThread(boost::str(boost::format("#%d") % childCount).c_str());
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|||||||
Reference in New Issue
Block a user