include image index in debug
parent
062cde54a0
commit
05043a37b1
|
@ -732,7 +732,7 @@ void MonitorStream::runStream() {
|
|||
send_image = monitor->image_buffer[index];
|
||||
}
|
||||
} else {
|
||||
Debug(1, "Sending regular image");
|
||||
Debug(1, "Sending regular image index %d", index);
|
||||
send_image = monitor->image_buffer[index];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue