mirror of https://github.com/Sonarr/Sonarr
Added Trace Logging to DiskProvider.DeleteFile.
This commit is contained in:
parent
ce73b45814
commit
95d1832379
|
@ -121,6 +121,7 @@ namespace NzbDrone.Common
|
||||||
|
|
||||||
public virtual void DeleteFile(string path)
|
public virtual void DeleteFile(string path)
|
||||||
{
|
{
|
||||||
|
Logger.Trace("Deleting file: {0}", path);
|
||||||
File.Delete(path);
|
File.Delete(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue