Skip to content

Commit 11d71ba

Browse files
authored
__main__: Less verbose notification feed logging
1 parent 56706b6 commit 11d71ba

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)