cosmetic.

This commit is contained in:
JoelKatz
2013-03-20 06:34:29 -07:00
parent c5429032ed
commit c24c3a315b

View File

@@ -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;