]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
debian/changelog: and fix the bugnumber (thanks to jackyf
[apt.git] / apt-pkg / algorithms.cc
index 1d04ae64d6278c14983a4d5994fc43a21935d75f..bd33d5ef16176e63418860d1e06aa90b5761b400 100644 (file)
@@ -1342,11 +1342,10 @@ bool ListUpdate(pkgAcquireStatus &Stat,
 
       (*I)->Finished();
 
-         ::URI uri((*I)->DescURI());
-         uri.User.clear();
-         uri.Password.clear();
-         string descUri = string(uri);
-
+      ::URI uri((*I)->DescURI());
+      uri.User.clear();
+      uri.Password.clear();
+      string descUri = string(uri);
       _error->Warning(_("Failed to fetch %s  %s\n"), descUri.c_str(),
              (*I)->ErrorText.c_str());