mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 17:53:49 -04:00
[mpd] fix wrong log message
This commit is contained in:
parent
68c392eb9e
commit
864315eaef
@ -3892,7 +3892,7 @@ int mpd_init(void)
|
|||||||
}
|
}
|
||||||
evconnlistener_set_error_cb(listener, mpd_accept_error_cb);
|
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);
|
ret = pthread_create(&tid_mpd, NULL, mpd, NULL);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user