Empty Storage Name should not be Fatal

This commit is contained in:
Isaac Connor 2018-01-13 10:14:11 -05:00
parent 4b37c6fc42
commit 1d6c9d6edd
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ sub delete_files {
my $storage_path = $Storage->Path();
if ( ! $storage_path ) {
Fatal("Empty storage path when deleting files for event $$event{Id} with storage id $$event{StorageId} ");
Error("Empty storage path when deleting files for event $$event{Id} with storage id $$event{StorageId} ");
return;
}