]> git.saurik.com Git - apt.git/commit
format multiline errors properly in acquire progress
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 12 Mar 2016 17:05:55 +0000 (18:05 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 25 Apr 2016 13:35:52 +0000 (15:35 +0200)
commit6563390031a88ffd85308ac3c26ea9d10bc6bc99
tree57c8ac0500154c4947c1089a81b03f7f6fe1ae7d
parent3f7604340855760289d7ed7e2dca70f99a9f4986
format multiline errors properly in acquire progress

Together with the GlobalError change this allows us to add errors
spanning multiple lines, just that we control GlobalError while the
acquire progress is dealt with potentially by individual clients which
might or might not need to be adapted.

This isn't critical through as it either just works as expected anyhow
or is a minor styling thing (after all, all this commit does it add two
spaces to indent the lines a bit…).
apt-private/acqprogress.cc