Add the object debug when path to event does not exist in DiskSpace

This commit is contained in:
Isaac Connor 2018-02-07 08:02:37 -05:00
parent 4c5e47b050
commit 069d53a9a0
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ sub DiskSpace {
$_[0]{DiskSpace} = $size;
Debug("DiskSpace for event $_[0]{Id} at $_[0]{Path} Updated to $size bytes");
} else {
Warning("Event does not exist at $_[0]{Path}");
Warning("DiskSpace: Event does not exist at $_[0]{Path}:" . $Event->to_string() );
}
} # end if ! defined DiskSpace
return $_[0]{DiskSpace};