amend to a4459765ef438db83a2898ba832ff7acba033e29: irrelevant condition removed

pull/1913/head
sebres 2017-10-04 14:24:21 +02:00
parent a4459765ef
commit ceff489a46
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class FilterPoll(FileFilter):
else: # pragma: no cover
logSys.error("Unable to get stat on %s because of: %s",
filename, e,
exc_info=e.errno != 2 and logSys.getEffectiveLevel()<=logging.DEBUG)
exc_info=logSys.getEffectiveLevel()<=logging.DEBUG)
# increase file and common error counters:
self.__file404Cnt[filename] += 1
self.commonError()