mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02: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