Commit 156bb372 authored by Pavel Vainerman's avatar Pavel Vainerman

update logs

parent 44ea76a9
...@@ -556,7 +556,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode ) ...@@ -556,7 +556,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode )
xmlNode* n = conf->findNode(cnode,"History"); xmlNode* n = conf->findNode(cnode,"History");
if( !n ) if( !n )
{ {
dlog[Debug::WARN] << myname << "(buildHistoryList): <History> not found " << endl; dlog[Debug::WARN] << myname << "(buildHistoryList): <History> not found. ignore..." << endl;
return; return;
} }
...@@ -568,7 +568,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode ) ...@@ -568,7 +568,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode )
if( !it.goChildren() ) if( !it.goChildren() )
{ {
dlog[Debug::WARN] << myname << "(buildHistoryList): <History> empty..." << endl; dlog[Debug::WARN] << myname << "(buildHistoryList): <History> empty. ignore..." << endl;
return; return;
} }
...@@ -589,7 +589,8 @@ void SharedMemory::buildHistoryList( xmlNode* cnode ) ...@@ -589,7 +589,8 @@ void SharedMemory::buildHistoryList( xmlNode* cnode )
{ {
dlog[Debug::WARN] << myname << "(buildHistory): not found sensor ID for " dlog[Debug::WARN] << myname << "(buildHistory): not found sensor ID for "
<< it.getProp("idFuse") << it.getProp("idFuse")
<< " history item id=" << it.getProp("id") << endl; << " history item id=" << it.getProp("id")
<< " ..ignore.." << endl;
continue; continue;
} }
...@@ -600,7 +601,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode ) ...@@ -600,7 +601,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode )
} }
if( dlog.debugging(Debug::INFO) ) if( dlog.debugging(Debug::INFO) )
dlog[Debug::INFO] << myname << "(buildHistoryList): histoty size=" << hist.size() << endl; dlog[Debug::INFO] << myname << "(buildHistoryList): history logs count=" << hist.size() << endl;
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
void SharedMemory::checkHistoryFilter( UniXML_iterator& xit ) void SharedMemory::checkHistoryFilter( UniXML_iterator& xit )
......
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