Skip to content

Commit

Permalink
Updated plex.activity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Mar 14, 2016
1 parent 98ed454 commit 539c871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def close(self):
except OSError as ex:
if ex.errno == 9:
# Bad file descriptor, already closed?
log.warn('file.close() - ignoring raised exception: %s (already closed)', ex)
log.info('file.close() - ignoring raised exception: %s (already closed)', ex)
else:
log.error('file.close() - raised exception: %s', ex, exc_info=True)
except Exception as ex:
Expand Down

0 comments on commit 539c871

Please sign in to comment.