input/buffering: update thread name

This commit is contained in:
Max Kellermann 2019-05-16 22:02:51 +02:00
parent 5277297336
commit a199f58db5
1 changed files with 1 additions and 1 deletions

View File

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