]> git.saurik.com Git - apt.git/commitdiff
apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetched, so...
authorMichael Vogt <mvo@debian.org>
Thu, 8 May 2014 12:31:10 +0000 (14:31 +0200)
committerMichael Vogt <mvo@debian.org>
Thu, 8 May 2014 12:31:10 +0000 (14:31 +0200)
apt-private/acqprogress.cc

index ee6c4536f1c3ffb964dcb3d3c8d9a9e8af5b6aa1..4bcfd8f0040dd06a75a1ab836920b71d102f51d1 100644 (file)
@@ -64,8 +64,6 @@ void AcqTextStatus::IMSHit(pkgAcquire::ItemDesc &Itm)
       cout << '\r' << BlankLine << '\r';
 
    cout << _("Hit ") << Itm.Description;
-   if (Itm.Owner->FileSize != 0)
-      cout << " [" << SizeToStr(Itm.Owner->FileSize) << "B]";
    cout << endl;
    Update = true;
 }