print-uris prints regardless of quiet-level again
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 26 Sep 2013 12:56:45 +0000 (14:56 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 26 Sep 2013 12:56:45 +0000 (14:56 +0200)
commitac69a4d8aa837d1ab31447bbaa9a7ea95917bac9
tree1634f9218a7a42c0b4c377591e67f368681abfa8
parent0e90e042f36560b93e72b16ca08b4b06350191ae
print-uris prints regardless of quiet-level again

While the InstallPackages code was moved from apt-get into the private
library the output was moved from (std::)cout to c1out which isn't shown
in quiet level 2 (and above), so we flip back to std::cout to ensure
that it is always printed as you are not going to use --print-uris if
you don't want to see the uris…

Closes: 722207
apt-private/private-install.cc
test/integration/test-bug-722207-print-uris-even-if-very-quiet [new file with mode: 0755]