mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
Additional Logging for rTorrent
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user