add logging

This commit is contained in:
LilliaElaine
2025-10-16 18:20:00 -04:00
parent 582b1fd770
commit 05d978cbea

View File

@ -68,6 +68,7 @@ func imagestreamer(stream *Stream, device string) {
fr, err := resp.ReadFrame()
if err != nil {
log.Print(err)
log.Print("Reclaiming Frame Reader and continuing to get frames... ")
goto frame
}