second half of "bomb out if playlist construction from XML fails"
[ardour.git] / libs / ardour / playlist_source.cc
index c49f51c70e76de45e4e2a937c59088921bfc10fe..f68033c815280f8b37e3056f274d26e3a8792c50 100644 (file)
@@ -118,7 +118,7 @@ PlaylistSource::set_state (const XMLNode& node, int version)
        }
 
        if (!_playlist) {
-               error << _("No playlist node in PlaylistSource XML!") << endmsg;
+               error << _("Could not construct playlist for PlaylistSource from session data!") << endmsg;
                throw failed_constructor ();
        }