changed log message
This commit is contained in:
@@ -22,7 +22,7 @@ Detector::Detector(std::unique_ptr<IInputGPIOInterface> input_gpio_interface, st
|
||||
{
|
||||
this->detect_thread = std::thread(&Detector::detect, this);
|
||||
|
||||
CLOG(INFO, INPUT_LOGGER) << "Created Detector";
|
||||
CLOG(INFO, INPUT_LOGGER) << "Created Detector and started detecting!";
|
||||
}
|
||||
|
||||
Detector::~Detector()
|
||||
|
||||
Reference in New Issue
Block a user