1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-20 01:42:35 +01:00

Parser logging - changed Debug.WriteLine to Logger.Trace

This commit is contained in:
Icer Addis 2014-01-07 04:12:55 -08:00
parent 6c34acc8b3
commit e2939847a5

View File

@ -153,7 +153,7 @@ public static ParsedEpisodeInfo ParseTitle(string title)
if (match.Count != 0)
{
Debug.WriteLine(regex);
Logger.Trace(regex);
try
{
var result = ParseMatchCollection(match);