[mpd] fix wrong log message

This commit is contained in:
chme 2015-05-09 06:40:30 +02:00
parent 68c392eb9e
commit 864315eaef
1 changed files with 1 additions and 1 deletions

View File

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