dsa_watcher: remove warn() because it's expected to happen

This commit is contained in:
urlbot
2015-07-19 22:09:53 +02:00
parent 8824734ecb
commit 136a434156

View File

@@ -885,7 +885,6 @@ def command_dsa_watcher(argv, **args):
response = urllib.request.urlopen(request) response = urllib.request.urlopen(request)
html_text = response.read(BUFSIZ) # ignore more than BUFSIZ html_text = response.read(BUFSIZ) # ignore more than BUFSIZ
except Exception as e: except Exception as e:
log.warn('failed: %s' % e)
err = e err = e
if not err: if not err: