List starttime of orphaned event

pull/2077/head
Isaac Connor 2018-01-26 16:07:26 -05:00
parent e824f0abfe
commit 7fc29fe681
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ MAIN: while( $loop ) {
$res = $selectEmptyEventsSth->execute()
or Fatal( "Can't execute: ".$selectEmptyEventsSth->errstr() );
while( my $event = $selectEmptyEventsSth->fetchrow_hashref() ) {
aud_print( "Found empty event with no frame records '$event->{Id}'" );
aud_print( "Found empty event with no frame records '$event->{Id}' at $$event{StartTime}" );
if ( confirm() ) {
$res = $deleteEventSth->execute( $event->{Id} )
or Fatal( "Can't execute: ".$deleteEventSth->errstr() );