diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:51 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:51 +0000 |
commit | 54cf15cb909b722a69d73850ad66bfad6cee66fa (patch) | |
tree | edc1ffb181372cd4be74c0e7af0d0c08e5ac8f23 /apt-pkg/acquire-item.cc | |
parent | 31a0531ddea0f1737b607cde4ae40c22493bf72c (diff) |
Beautified URI printing to not include passwords
Author: jgg
Date: 1999-10-17 07:30:23 GMT
Beautified URI printing to not include passwords
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 019fb66a9..7639dd59a 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-item.cc,v 1.37 1999/09/01 07:01:14 jgg Exp $ +// $Id: acquire-item.cc,v 1.38 1999/10/17 07:30:23 jgg Exp $ /* ###################################################################### Acquire Item - Item to acquire @@ -136,7 +136,7 @@ pkgAcqIndex::pkgAcqIndex(pkgAcquire *Owner,const pkgSourceList::Item *Location) DestFile = _config->FindDir("Dir::State::lists") + "partial/"; DestFile += URItoFileName(Location->PackagesURI()); - // Create the item + // Create the item Desc.URI = Location->PackagesURI() + ".gz"; Desc.Description = Location->PackagesInfo(); Desc.Owner = this; |