mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
fix a escape character ug
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1781 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
62111d00ca
commit
0497666009
@ -410,7 +410,7 @@ m_dataType (upnpLib.Element_GetChildValueByTag(stateVariable, "dataType")),
|
||||
m_defaultValue(upnpLib.Element_GetChildValueByTag(stateVariable, "defaultValue")),
|
||||
m_sendEvents (upnpLib.Element_GetAttributeByTag (stateVariable, "sendEvents"))
|
||||
{
|
||||
std::cerr << "\CUPnPStateVariable::CUPnPStateVariable() n StateVariable:" <<
|
||||
std::cerr << "CUPnPStateVariable::CUPnPStateVariable() \n StateVariable:" <<
|
||||
"\n name: " << m_name <<
|
||||
"\n dataType: " << m_dataType <<
|
||||
"\n defaultValue: " << m_defaultValue <<
|
||||
|
Loading…
Reference in New Issue
Block a user