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:
penfold42
2016-07-12 23:13:06 +10:00
committed by brindosch
parent 49f16ac2e6
commit 7b9b9bcdef
9 changed files with 18 additions and 14 deletions

View File

@@ -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;
}