mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Major logging overhaul
This commit is contained in:
@@ -27,7 +27,7 @@ namespace NzbDrone.Core.Queue
|
||||
|
||||
if (downloadClient == null)
|
||||
{
|
||||
_logger.Trace("Download client is not configured.");
|
||||
_logger.Debug("Download client is not configured.");
|
||||
return new List<Queue>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user