X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/900c05f6e102b84281efcd2fc5297b72d9253ba7..a95bff17049e6a8368c26611c059578600e09ca9:/scripts/download.pl?ds=sidebyside diff --git a/scripts/download.pl b/scripts/download.pl index 161ae7f64..806ee8045 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -86,7 +86,7 @@ sub download $sum = $1; if (($md5sum =~ /\w{32}/) and ($sum ne $md5sum)) { - print STDERR "MD5 sum of the downloaded file does not match - deleting download.\n"; + print STDERR "MD5 sum of the downloaded file does not match (file: $sum, requested: $md5sum) - deleting download.\n"; cleanup(); return; }