changed log message

This commit is contained in:
Neeflix
2018-09-17 17:31:52 +02:00
parent 6636602858
commit 0ddcbdc62a

View File

@@ -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()