diff --git a/subiquity/server/controllers/source.py b/subiquity/server/controllers/source.py index 028c2dd22..22480924a 100644 --- a/subiquity/server/controllers/source.py +++ b/subiquity/server/controllers/source.py @@ -165,8 +165,9 @@ async def POST(self, source_id: str, search_drivers: bool = False) -> None: try: new_source = self.model.get_matching_source(source_id) except KeyError: - # TODO going forward, we should probably stop silently ignoring - # unmatched sources. + # TODO going forward, we should probably stop ignoring unmatched + # sources. + log.warning("unable to find '%s' in sources catalog", source_id) pass else: if self.model.current != new_source: