Commit 1b53cd48 authored by Pavel Vainerman's avatar Pavel Vainerman

(MBTCPMaster): подправил сообщение об ошибке

parent 6d3d2d30
...@@ -1394,7 +1394,7 @@ bool MBTCPMaster::initRSProperty( RSProperty& p, UniXML_iterator& it ) ...@@ -1394,7 +1394,7 @@ bool MBTCPMaster::initRSProperty( RSProperty& p, UniXML_iterator& it )
VTypes::VType v(VTypes::str2type(vt)); VTypes::VType v(VTypes::str2type(vt));
if( v == VTypes::vtUnknown ) if( v == VTypes::vtUnknown )
{ {
dlog[Debug::CRIT] << myname << "(initRSProperty): Unknown rtuVType=" << vt << " for " dlog[Debug::CRIT] << myname << "(initRSProperty): Unknown tcp_vtype='" << vt << "' for "
<< it.getProp("name") << it.getProp("name")
<< endl; << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment