Commit a199f58d authored by Max Kellermann's avatar Max Kellermann

input/buffering: update thread name

parent 52772973
......@@ -127,7 +127,7 @@ BufferingInputStream::Read(std::unique_lock<Mutex> &lock, void *ptr, size_t s)
void
BufferingInputStream::RunThread() noexcept
{
SetThreadName("input_buffered");
SetThreadName("buffering");
std::unique_lock<Mutex> lock(mutex);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment