]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
remove an extra argument for the error mesage format
[apt.git] / apt-pkg / acquire.h
index c9eaa67d1e4c8a4a5122c1cd887e2e76f405f2c2..ae555df2206df439e2b42e88277abd913f8526b4 100644 (file)
@@ -349,6 +349,8 @@ class pkgAcquire
     */
    bool Setup(pkgAcquireStatus *Progress = NULL, string const &Lock = "");
 
+   void SetLog(pkgAcquireStatus *Progress) { Log = Progress; }
+
    /** \brief Construct a new pkgAcquire. */
    pkgAcquire(pkgAcquireStatus *Log) __deprecated;
    pkgAcquire();