mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Added Trace Logging to DiskProvider.DeleteFile.
This commit is contained in:
parent
ce73b45814
commit
95d1832379
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue