diff --git a/src/mpd.c b/src/mpd.c index c04e9d90..4c25a2d1 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -3892,7 +3892,7 @@ int mpd_init(void) } evconnlistener_set_error_cb(listener, mpd_accept_error_cb); - DPRINTF(E_INFO, L_MPD, "cache thread init\n"); + DPRINTF(E_INFO, L_MPD, "mpd thread init\n"); ret = pthread_create(&tid_mpd, NULL, mpd, NULL); if (ret < 0)