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:
parent
6c34acc8b3
commit
e2939847a5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user