diff --git a/server/kitsu/anatomy.py b/server/kitsu/anatomy.py index 5f8012d..2694e3e 100644 --- a/server/kitsu/anatomy.py +++ b/server/kitsu/anatomy.py @@ -225,7 +225,7 @@ async def get_kitsu_project_anatomy( for key in anatomy_dict["attributes"]: if key in attributes: anatomy_dict["attributes"][key] = attributes[key] - logging.debug("updated", key, "to", attributes[key]) + logging.debug("updated project", ayon_project.name, "anatomy attribute", key, "to", attributes[key]) anatomy_dict["statuses"] = statuses