Parser logging - changed Debug.WriteLine to Logger.Trace

pull/3113/head
Icer Addis 11 years ago
parent 6c34acc8b3
commit e2939847a5

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

Loading…
Cancel
Save