Skip to content

Commit 7ff45aa

Browse files
authored
Merge pull request #5415 from biolab/warn-notif-feed-failed
__main__: Less verbose notification feed logging
2 parents 56706b6 + 11d71ba commit 7ff45aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/canvas/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def run(self):
235235
contents = urlopen(request, timeout=10).read().decode()
236236
# Nothing that this fails with should make Orange crash
237237
except Exception: # pylint: disable=broad-except
238-
log.exception('Failed to pull notification feed')
238+
log.warning('Failed to pull notification feed')
239239
else:
240240
self.resultReady.emit(contents)
241241

0 commit comments

Comments
 (0)