diff --git a/src/zm_monitor.cpp b/src/zm_monitor.cpp index 2ba3b40a5..a61e7cfa5 100644 --- a/src/zm_monitor.cpp +++ b/src/zm_monitor.cpp @@ -2870,7 +2870,7 @@ int Monitor::Capture() if ( capture_image->Size() != camera->ImageSize() ) { - Error( "Captured image %d does not match expected size %d check width, height and colour depth",capture_image.Size(),camera->ImageSize() ); + Error( "Captured image %d does not match expected size %d check width, height and colour depth",capture_image->Size(),camera->ImageSize() ); return( -1 ); }