mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 00:45:58 +00:00
cosmetic.
This commit is contained in:
@@ -427,7 +427,7 @@ std::string DoSustain()
|
||||
signal(SIGUSR2, SIG_DFL);
|
||||
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
|
||||
{
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user