This commit is contained in:
Isaac Connor 2021-11-24 14:28:15 -05:00
parent 77d3109152
commit e061f3b34a
1 changed files with 1 additions and 1 deletions

View File

@ -1873,7 +1873,7 @@ bool Monitor::Analyse() {
if (snap->image) {
// decoder may not have been able to provide an image
if (!ref_image.Buffer()) {
Debug(1, "Assigning instead of Dectecting");
Debug(1, "Assigning instead of Detecting");
ref_image.Assign(*(snap->image));
} else {
Debug(1, "Detecting motion on image %d, image %p", snap->image_index, snap->image);