]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Remove deprecated logging.warn call 4117/head
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Sat, 10 Jan 2026 12:34:05 +0000 (13:34 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Sat, 10 Jan 2026 12:34:05 +0000 (13:34 +0100)
mkosi/documentation.py

index ad4a998770c924dcca2bdc429d46229c0d259132..f54cc41c4d6005c1328f460b8c5d3d30daa6bef6 100644 (file)
@@ -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(
                     [