Added extra event id in creation debug.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1362 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
ae183366db
commit
dd90d80264
|
@ -779,7 +779,7 @@ bool Monitor::Analyse()
|
|||
// Create event
|
||||
event = new Event( this, *timestamp, "Continuous" );
|
||||
|
||||
Info(( "%s: %03d - Starting new event", name, image_count ));
|
||||
Info(( "%s: %03d - Starting new event %d", name, image_count, event->Id() ));
|
||||
|
||||
//if ( (bool)config.Item( ZM_OVERLAP_TIMED_EVENTS ) )
|
||||
if ( true )
|
||||
|
|
Loading…
Reference in New Issue