include image index in debug

pull/3413/head
Isaac Connor 2022-01-19 12:27:16 -05:00
parent 062cde54a0
commit 05043a37b1
1 changed files with 2 additions and 2 deletions

View File

@ -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];
}