diff --git a/src/uvc/uvc-v4l2.cc b/src/uvc/uvc-v4l2.cc index cc21af6..9a96d27 100755 --- a/src/uvc/uvc-v4l2.cc +++ b/src/uvc/uvc-v4l2.cc @@ -410,7 +410,8 @@ struct device { if (no_data_count > NO_DATA_MAX_COUNT) { no_data_count = 0; living_count = 0; - LOG(WARNING) << __func__ << "v4l2 get stream time out,Try to reboot!"; + LOG(WARNING) << __func__ + << " failed: v4l2 get stream time out,Try to reboot!"; stop_capture(); start_capture(); }