Empty Storage Name should not be Fatal
This commit is contained in:
parent
4b37c6fc42
commit
1d6c9d6edd
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue