mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
v4p: changed logging levels
This commit is contained in:
parent
ac0944ae1a
commit
ce935c431e
@ -168,7 +168,7 @@ error:
|
||||
|
||||
unplugged:
|
||||
if (!run->unplugged_reported) {
|
||||
_D_LOG_INFO("Display is not plugged");
|
||||
_D_LOG_ERROR("Display is not plugged");
|
||||
run->unplugged_reported = true;
|
||||
}
|
||||
us_drm_close(drm);
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user