1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

More test debugging.

This commit is contained in:
Leonardo Galli 2017-04-12 18:12:47 +02:00
parent ee1ebfd893
commit 7d4378ca7a

View File

@ -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);
}