added config.h
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include <iostream>
|
||||
#include <math.h>
|
||||
|
||||
#include "../utilities/config.h"
|
||||
|
||||
namespace Input
|
||||
{
|
||||
|
||||
@@ -45,7 +47,7 @@ void Detector::detect()
|
||||
}
|
||||
catch(std::out_of_range& e)
|
||||
{
|
||||
// todo log exception!
|
||||
CLOG(WARNING, INPUT_LOGGER) << "Did not found event for address: " << address << " check config-file";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user