This commit is contained in:
Devaev Maxim
2021-01-04 17:32:34 +03:00
parent 19b93fb237
commit dd90d378a4

View File

@@ -404,7 +404,7 @@ static int _device_open_check_cap(device_s *dev) {
return -1;
}
} else {
LOG_INFO("Using TV standard: DEFAULT");
LOG_DEBUG("Using TV standard: DEFAULT");
}
return 0;
}