Browse Source

Change log level when checking NZBGet

https://github.com/nzbget/nzbget/wiki/API-Method-%22writelog%22
pull/6423/head
Jozef Hollý 9 years ago
parent
commit
8236afa3e1
  1. 2
      couchpotato/core/downloaders/nzbget.py

2
couchpotato/core/downloaders/nzbget.py

@ -122,7 +122,7 @@ class NZBGet(DownloaderBase):
rpc = self.getRPC()
try:
if rpc.writelog('INFO', 'CouchPotato connected to check status'):
if rpc.writelog('DETAIL', 'CouchPotato connected to check status'):
log.debug('Successfully connected to NZBGet')
else:
log.info('Successfully connected to NZBGet, but unable to send a message')

Loading…
Cancel
Save