Switch to side-by-side view
--- a/upmpd/ohplaylist.cxx +++ b/upmpd/ohplaylist.cxx @@ -550,6 +550,7 @@ m_mpdqvers = -1; data.addarg("NewId", SoapArgs::i2s(id)); } + LOGDEB("OHPlaylist::insert: new id: " << id << endl); } maybeWakeUp(ok); return ok ? UPNP_E_SUCCESS : UPNP_E_INTERNAL_ERROR;