mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
More test debugging.
This commit is contained in:
parent
ee1ebfd893
commit
7d4378ca7a
@ -37,6 +37,7 @@ public override IMount GetMount(string path)
|
||||
|
||||
_logger.Warn("Testing 123: {0}, {1}", _symLinkResolver, _symLinkResolver.GetType());
|
||||
_logger.Debug("Testing");
|
||||
Console.WriteLine($"Testing 123: {_symLinkResolver}, {_symLinkResolver.GetType()}");
|
||||
return base.GetMount(path);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user