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
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ namespace NzbDrone.Core.Parser
if (match.Count != 0)
{
Debug.WriteLine(regex);
Logger.Trace(regex);
try
{
var result = ParseMatchCollection(match);