Disambiguate error message

This commit is contained in:
Robin Gareus
2021-10-08 04:11:04 +02:00
parent 8e5af55ae5
commit 13168bb5b2

View File

@@ -552,7 +552,7 @@ SessionPlaylists::load_unused (Session& session, const XMLNode& node)
for (niter = nlist.begin(); niter != nlist.end(); ++niter) {
if ((playlist = XMLPlaylistFactory (session, **niter)) == 0) {
error << _("Session: cannot create Playlist from XML description.") << endmsg;
error << _("Session: cannot create Unused Playlist from XML description.") << endmsg;
continue;
}