Additional Logging for rTorrent

This commit is contained in:
Qstick 2020-09-10 00:01:55 -04:00
parent ea37bc2cb7
commit a2e8d1d5d6
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ using System.Net;
using CookComputing.XmlRpc;
using NLog;
using NzbDrone.Common.Extensions;
using NzbDrone.Common.Serializer;
namespace NzbDrone.Core.Download.Clients.RTorrent
{
@ -88,6 +89,8 @@ namespace NzbDrone.Core.Download.Clients.RTorrent
"d.is_active=", // long
"d.complete=")); //long
_logger.Trace(ret.ToJson());
var items = new List<RTorrentTorrent>();
foreach (object[] torrent in ret)