From 136a434156feabb7b56a0eaf263fbb342aaf69dc Mon Sep 17 00:00:00 2001 From: urlbot Date: Sun, 19 Jul 2015 22:09:53 +0200 Subject: [PATCH] dsa_watcher: remove warn() because it's expected to happen --- plugins.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins.py b/plugins.py index f05ef8b..93000ac 100644 --- a/plugins.py +++ b/plugins.py @@ -885,7 +885,6 @@ def command_dsa_watcher(argv, **args): response = urllib.request.urlopen(request) html_text = response.read(BUFSIZ) # ignore more than BUFSIZ except Exception as e: - log.warn('failed: %s' % e) err = e if not err: