Switch to unified view
a/src/ohinfo.cxx | b/src/ohinfo.cxx | ||
---|---|---|---|
... |
... |
||
172 | return UPNP_E_SUCCESS; |
172 | return UPNP_E_SUCCESS; |
173 | } |
173 | } |
174 | 174 | ||
175 | void OHInfo::setMetatext(const string& metatext) |
175 | void OHInfo::setMetatext(const string& metatext) |
176 | { |
176 | { |
177 | LOGDEB("OHInfo::setMetatext: " << metatext << endl); |
177 | //LOGDEB1("OHInfo::setMetatext: " << metatext << endl); |
178 | m_metatext = metatext; |
178 | m_metatext = metatext; |
179 | } |
179 | } |