1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-01 12:54:21 +00: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);
}