mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-13 11:03:43 +00:00
v4p: changed logging levels
This commit is contained in:
@@ -182,7 +182,7 @@ static void _main_loop(void) {
|
||||
assert(drm_opened > 0);
|
||||
|
||||
if (atomic_load(&_g_ustreamer_online)) {
|
||||
US_ONCE({ US_LOG_INFO("DRM: Online stream is active"); });
|
||||
US_ONCE({ US_LOG_ERROR("DRM: Online stream is active"); });
|
||||
if (us_drm_wait_for_vsync(drm) < 0) {
|
||||
goto close;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user