mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-04-11 00:56:13 +00:00
improved logging on --exit-on-device-error
This commit is contained in:
@@ -604,7 +604,9 @@ static int _stream_init_loop(us_stream_s *stream) {
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
silent_error:
|
silent_error:
|
||||||
|
if (!stream->exit_on_device_error) {
|
||||||
US_ONCE({ US_LOG_INFO("Waiting for the capture device ..."); });
|
US_ONCE({ US_LOG_INFO("Waiting for the capture device ..."); });
|
||||||
|
}
|
||||||
goto offline_and_retry;
|
goto offline_and_retry;
|
||||||
|
|
||||||
verbose_error:
|
verbose_error:
|
||||||
|
|||||||
Reference in New Issue
Block a user