From: Jörg Behrmann Date: Sat, 10 Jan 2026 12:34:05 +0000 (+0100) Subject: Remove deprecated logging.warn call X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0dc7bfa23524100298ea1ec63d24d7166c14ad5;p=thirdparty%2Fmkosi.git Remove deprecated logging.warn call --- diff --git a/mkosi/documentation.py b/mkosi/documentation.py index ad4a99877..f54cc41c4 100644 --- a/mkosi/documentation.py +++ b/mkosi/documentation.py @@ -29,7 +29,7 @@ def show_docs( return elif form == DocFormat.pandoc: if not find_binary("pandoc"): - logging.warn("pandoc is not available") + logging.warning("pandoc is not available") continue pandoc = run( [