increase debug level for Zone motion detection

This commit is contained in:
Isaac Connor 2016-05-05 14:51:41 -04:00
parent 88a0bdc026
commit e64376ed02
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ bool Zone::CheckAlarms( const Image *delta_image )
image = 0; image = 0;
} }
Debug( 1, "%s: Pixel Diff: %d, Alarm Pixels: %d, Filter Pixels: %d, Blob Pixels: %d, Blobs: %d, Score: %d", Label(), pixel_diff, alarm_pixels, alarm_filter_pixels, alarm_blob_pixels, alarm_blobs, score ); Debug( 3, "%s: Pixel Diff: %d, Alarm Pixels: %d, Filter Pixels: %d, Blob Pixels: %d, Blobs: %d, Score: %d", Label(), pixel_diff, alarm_pixels, alarm_filter_pixels, alarm_blob_pixels, alarm_blobs, score );
} }
return( true ); return( true );
} }