Added extra event id in creation debug.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1362 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-03-04 12:15:13 +00:00
parent ae183366db
commit dd90d80264
1 changed files with 1 additions and 1 deletions

View File

@ -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 )