mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Lower the severity on JobQueue skip reporting
This commit is contained in:
@@ -508,7 +508,7 @@ private:
|
||||
}
|
||||
else
|
||||
{
|
||||
m_journal.error << "Skipping processTask ('" << name << "')";
|
||||
m_journal.trace << "Skipping processTask ('" << name << "')";
|
||||
}
|
||||
|
||||
{
|
||||
@@ -671,7 +671,7 @@ private:
|
||||
|
||||
if (report)
|
||||
{
|
||||
Journal::Stream s (m_journal.debug);
|
||||
Journal::ScopedStream s (m_journal.debug);
|
||||
|
||||
for (MapType::const_iterator iter (counts.begin());
|
||||
iter != counts.end(); ++iter)
|
||||
|
||||
Reference in New Issue
Block a user