mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
logging migration of blackborder and grabber (#108)
* logging migration of blackborder and grabber * change to "Debug" for noise blackborder log messages
This commit is contained in:
@@ -172,7 +172,7 @@ int main(int argc, char** argv)
|
||||
catch (const std::runtime_error & e)
|
||||
{
|
||||
// An error occured. Display error and quit
|
||||
std::cerr << e.what() << std::endl;
|
||||
Error(Logger::getInstance("V4L2GRABBER"), "%s", e.what());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user