Fixed typo.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1664 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
d592778c39
commit
448c61efa5
|
@ -281,7 +281,7 @@ public:
|
|||
|
||||
if ( index == shared_data->last_read_index && function > MONITOR )
|
||||
{
|
||||
Warning(( "Buffer overrun at index %d, slow down capture, speed up anaylsis or increase ring buffer size", index ));
|
||||
Warning(( "Buffer overrun at index %d, slow down capture, speed up analysis or increase ring buffer size", index ));
|
||||
}
|
||||
|
||||
gettimeofday( image_buffer[index].timestamp, &dummy_tz );
|
||||
|
|
Loading…
Reference in New Issue