typo in log message
This commit is contained in:
parent
88cb434177
commit
b93664636d
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ bool RclConfig::getFieldTraits(const string& _fld, const FieldTraits **ftpp)
|
|||
if (pit != m_fldtotraits.end()) {
|
||||
*ftpp = &pit->second;
|
||||
LOGDEB1(("RclConfig::getFieldTraits: [%s]->[%s]\n",
|
||||
_fld.c_str(), ft.pfx.c_str()));
|
||||
_fld.c_str(), pit->second.pfx.c_str()));
|
||||
return true;
|
||||
} else {
|
||||
LOGDEB1(("RclConfig::readFieldsConfig: no prefix for field [%s]\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue