From 83c7c6de93ea587bda4b9d43ba28cae4651bf8a9 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Tue, 18 Jul 2023 09:45:04 -0600 Subject: [PATCH] filesystem: log unknown action types --- subiquity/models/filesystem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/subiquity/models/filesystem.py b/subiquity/models/filesystem.py index c2fb5a02..381deec0 100644 --- a/subiquity/models/filesystem.py +++ b/subiquity/models/filesystem.py @@ -1521,6 +1521,7 @@ class FilesystemModel(object): if c is None: # Ignore any action we do not know how to process yet # (e.g. bcache) + log.debug(f'ignoring unknown action type {action["type"]}') continue kw = {} field_names = set()