Commit 5d8ac8e5 authored by Pavel Vainerman's avatar Pavel Vainerman

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

parent baaeb7d5
......@@ -1491,7 +1491,7 @@ bool MBTCPMaster::initRSProperty( RSProperty& p, UniXML_iterator& it )
VTypes::VType v(VTypes::str2type(vt));
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")
<< 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