a/libupnpp/control/renderingcontrol.cxx b/libupnpp/control/renderingcontrol.cxx
...
...
43
}
43
}
44
44
45
void RenderingControl::evtCallback(
45
void RenderingControl::evtCallback(
46
    const std::unordered_map<std::string, std::string>& props)
46
    const std::unordered_map<std::string, std::string>& props)
47
{
47
{
48
    LOGDEB("RenderingControl::evtCallback: m_reporter " << m_reporter << endl);
48
    LOGDEB1("RenderingControl::evtCallback: m_reporter " << m_reporter << endl);
49
    for (auto& entry: props) {
49
    for (auto& entry: props) {
50
        if (!entry.first.compare("LastChange")) {
50
        if (!entry.first.compare("LastChange")) {
51
            std::unordered_map<std::string, std::string> props1;
51
            std::unordered_map<std::string, std::string> props1;
52
            if (!decodeAVLastChange(entry.second, props1)) {
52
            if (!decodeAVLastChange(entry.second, props1)) {
53
                LOGERR("RenderingControl::evtCallback: bad LastChange value: "
53
                LOGERR("RenderingControl::evtCallback: bad LastChange value: "