mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-23 00:05:48 +00:00
Added Trace Logging to DiskProvider.DeleteFile.
This commit is contained in:
@@ -121,6 +121,7 @@ namespace NzbDrone.Common
|
||||
|
||||
public virtual void DeleteFile(string path)
|
||||
{
|
||||
Logger.Trace("Deleting file: {0}", path);
|
||||
File.Delete(path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user