X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c769cd6fdc0d675bac07d0bcdf20e7b3ac0598a9..3bfb443cbcf82c9f1c56de0f7ca65e16d2ab04b9:/methods/https.cc diff --git a/methods/https.cc b/methods/https.cc index e53ba1a11..98dfeefa1 100644 --- a/methods/https.cc +++ b/methods/https.cc @@ -249,7 +249,7 @@ bool HttpsMethod::Fetch(FetchItem *Itm) if(success != 0) { unlink(File->Name().c_str()); - _error->Error(curl_errorstr); + _error->Error("%s", curl_errorstr); Fail(); return true; }