]> git.feebdaed.xyz Git - 0xmirror/qemu.git/commit
scripts: fix broken error path in modinfo-collect.py
authorDenis V. Lunev <den@openvz.org>
Wed, 3 Dec 2025 22:01:38 +0000 (23:01 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 9 Dec 2025 19:48:36 +0000 (20:48 +0100)
commit8062bfd517645e0219fe302839fad7231bebf61d
tree3ef4c8ac75a9e3a2458651e142d8914c416b8f6d
parent93332c90bfcd91d4a30104d53650e4355db0a099
scripts: fix broken error path in modinfo-collect.py

sys.stderr.print is dropped long ago and should not be used. Official
replacement is sys.stderr.write

The problem has been found debugging building on some fancy platform
derived from Debian.

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: John Snow <jsnow@redhat.com>
CC: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20251203220138.159656-1-den@openvz.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
scripts/modinfo-collect.py