mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-02-08 12:05:40 +02:00
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)
|
||||
{
|
||||
Logger.Trace("Deleting file: {0}", path);
|
||||
File.Delete(path);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user