Commit 4720279d authored by Rafaël Carré's avatar Rafaël Carré

forget a parameter in msg_Err

parent 6add489c
......@@ -1366,7 +1366,7 @@ void update_download_for_real( download_thread_t *p_this )
strncmp( psz_md5, p_this->src.psz_md5, 32 ) )
{
msg_Err( p_this, _("%s has an incorrect checksum, download failed or mirror is compromised.\n Please run an antivirus on %s, and report if that file is trojaned.\n If not, please try later."),
p_this->src.psz_description );
p_this->src.psz_description, psz_dest );
}
free( psz_md5 );
}
......
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