configured logger
This commit is contained in:
@@ -45,7 +45,7 @@ void Detector::detect()
|
||||
}
|
||||
catch(std::out_of_range& e)
|
||||
{
|
||||
CLOG(WARNING, INPUT_LOGGER) << "Did not found event for address: " << address << " check config-file";
|
||||
CLOG_N_TIMES(1, WARNING, INPUT_LOGGER) << "Did not found event for address: " << address << " check config-file";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user