Kaydet (Commit) 365ff9c0 authored tarafından Andrea Pescetti's avatar Andrea Pescetti

Reorder parameters to get a more meaningful output - likely the intended one.

üst 2b634ab7
......@@ -602,9 +602,9 @@ sub DownloadFile ($$$)
{
unlink($temporary_filename);
printf(" %s checksum does not match (%s instead of %s)\n",
$checksum->{'type'},
$file_checksum,
$checksum->{'value'},
$checksum->{'type'});
$checksum->{'value'});
return 0;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment