mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Adding trace logging to DiskProvider.FileExists.
This commit is contained in:
@@ -31,6 +31,7 @@ namespace NzbDrone.Common
|
||||
|
||||
public virtual bool FileExists(string path)
|
||||
{
|
||||
Logger.Trace("Checking if File Exists: {0}", path);
|
||||
return File.Exists(path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user