fix log line

This commit is contained in:
Isaac Connor 2016-10-02 12:23:19 -04:00
parent 07d6e1303b
commit 10e451faa6
1 changed files with 1 additions and 1 deletions

View File

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