mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
merge bitcoin#16984: Make thread names shorter
This commit is contained in:
parent
ac4dc7f4a6
commit
adc3f0478c
@ -57,7 +57,7 @@ static void SetInternalName(std::string name) { }
|
||||
|
||||
void util::ThreadRename(std::string&& name)
|
||||
{
|
||||
SetThreadName(("dash-" + name).c_str());
|
||||
SetThreadName(("d-" + name).c_str());
|
||||
SetInternalName(std::move(name));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user