]> git.ipfire.org Git - thirdparty/qemu.git/commit
minikconf: print error entirely on stderr
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 6 Sep 2024 07:33:18 +0000 (09:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Oct 2024 17:33:55 +0000 (19:33 +0200)
commitf9423e9f0ad14b186c65d6eb207438d2eddd24ea
treefdd3a142b82913109d5c62ea75c0f8439821b492
parented76671888676792493320db53ed773a108cbd45
minikconf: print error entirely on stderr

While debugging an invalid configuration, I noticed that the clauses debug
ends up on stderr but the header ("The following clauses were found..."
ends up on stdout.  This makes the contents of meson-logs/meson-log.txt
a bit confusing.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/minikconf.py