aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ThreadInputStream.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-05-11 18:25:55 +0200
committerMax Kellermann <max@duempel.org>2014-05-11 18:25:55 +0200
commitfd1b04932a07e146a0a3c4ce52ace068a112587b (patch)
treefdc799083a93453b962e6bc9f8d9d95e624bd441 /src/input/ThreadInputStream.cxx
parentd4b625b48e6bbac61b4128aeeaf44911b2e3e03b (diff)
downloadmpd-fd1b04932a07e146a0a3c4ce52ace068a112587b.tar.gz
mpd-fd1b04932a07e146a0a3c4ce52ace068a112587b.tar.xz
mpd-fd1b04932a07e146a0a3c4ce52ace068a112587b.zip
InputStream: remove attribute "plugin"
Diffstat (limited to 'src/input/ThreadInputStream.cxx')
-rw-r--r--src/input/ThreadInputStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/ThreadInputStream.cxx b/src/input/ThreadInputStream.cxx
index efbb8c9f9..4311d63ae 100644
--- a/src/input/ThreadInputStream.cxx
+++ b/src/input/ThreadInputStream.cxx
@@ -67,7 +67,7 @@ ThreadInputStream::Start(Error &error)
inline void
ThreadInputStream::ThreadFunc()
{
- FormatThreadName("input:%s", GetPlugin().name);
+ FormatThreadName("input:%s", plugin);
Lock();
if (!Open(postponed_error)) {