diff options
Diffstat (limited to 'sbolint')
| -rwxr-xr-x | sbolint | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1438,7 +1438,7 @@ sub check_pypi_url { # HTTPS transaction. $newurl = "https://files.pythonhosted.org/packages/source/$initial/$srcnam/$filename"; if($url ne $newurl) { - log_warning("$file: canonical pypi URL should be $newurl"); + log_note("$file: canonical pypi URL should be $newurl"); } } |
