Load Storage Object so that we can print it's path

This commit is contained in:
Isaac Connor 2015-12-24 15:33:46 -05:00
parent d943488475
commit 07af49511c
1 changed files with 3 additions and 0 deletions

View File

@ -353,6 +353,9 @@ MAIN: while( $loop ) {
$cleaned = 1;
}
} else {
my $Event = new ZoneMinder::Event( $db_event );
my $Storage = $Event->Storage();
aud_print( "Database event '$$Storage{Path}/$db_monitor/$db_event' does not exist in filesystem but too young to delete.\n" );
}
}