Add formated loging for device detection

Commits merged and amended for code style by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
Alex
2021-06-16 04:26:15 +02:00
committed by Adam Honse
parent 5a7879415f
commit 4af8614fce
19 changed files with 213 additions and 111 deletions

View File

@@ -224,7 +224,7 @@ void DetectPhilipsHueControllers(std::vector<RGBController*>& rgb_controllers)
}
catch(std::exception &e)
{
LOG_NOTICE("Exception occurred in Philips Hue detection");
LOG_INFO("Exception occurred in Philips Hue detection");
}
}
} /* DetectPhilipsHueControllers() */