mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-24 12:43:06 +00:00
reduce loglevel
This commit is contained in:
parent
6eea7cce0f
commit
93dda3c9e5
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ class LibrarySection(PlexObject):
|
|||
matches = [k for t, k in lookup.items() if item in t]
|
||||
if matches: map(result.add, matches); continue
|
||||
# nothing matched; use raw item value
|
||||
log.warning('Filter value not listed, using raw item value: %s' % item)
|
||||
log.debug('Filter value not listed, using raw item value: %s' % item)
|
||||
result.add(item)
|
||||
return ','.join(result)
|
||||
|
||||
|
|
Loading…
Reference in a new issue