mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Parser logging - changed Debug.WriteLine to Logger.Trace
This commit is contained in:
@@ -153,7 +153,7 @@ namespace NzbDrone.Core.Parser
|
||||
|
||||
if (match.Count != 0)
|
||||
{
|
||||
Debug.WriteLine(regex);
|
||||
Logger.Trace(regex);
|
||||
try
|
||||
{
|
||||
var result = ParseMatchCollection(match);
|
||||
|
||||
Reference in New Issue
Block a user