filesystem: log unknown action types

This commit is contained in:
Dan Bungert 2023-07-18 09:45:04 -06:00
parent b57087c8da
commit 83c7c6de93
1 changed files with 1 additions and 0 deletions

View File

@ -1521,6 +1521,7 @@ class FilesystemModel(object):
if c is None: if c is None:
# Ignore any action we do not know how to process yet # Ignore any action we do not know how to process yet
# (e.g. bcache) # (e.g. bcache)
log.debug(f'ignoring unknown action type {action["type"]}')
continue continue
kw = {} kw = {}
field_names = set() field_names = set()