diff -ur MPD-0.24.13/src/player/Thread.cxx MPD-0.24.13-log-next-song/src/player/Thread.cxx --- MPD-0.24.13/src/player/Thread.cxx 2026-07-10 09:50:29.000000000 +0000 +++ MPD-0.24.13-log-next-song/src/player/Thread.cxx 2026-07-31 11:41:18.920843524 +0000 @@ -1081,6 +1081,7 @@ const ScopeUnlock unlock(pc.mutex); FmtNotice(player_domain, "played {:?}", song->GetURI()); + FmtNotice(player_domain, "playin {:?}", pc.next_song->GetURI()); ReplacePipe(dc.pipe); @@ -1230,6 +1231,7 @@ if (song != nullptr) { FmtNotice(player_domain, "played {:?}", song->GetURI()); + FmtNotice(player_domain, "playin {:?}", pc.next_song->GetURI()); song.reset(); } Only in MPD-0.24.13-log-next-song/subprojects: nlohmann_json-3.12.0 Only in MPD-0.24.13-log-next-song/subprojects: packagecache