]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pretty-print: add format-string version of draw_progress_bar() (#34939)
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 30 Oct 2024 09:26:48 +0000 (10:26 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2024 09:26:48 +0000 (10:26 +0100)
We often format the prefix string via asprintf() before, let's hence add
a helper for that.


Trivial merge