From a0efcb5bf287c9e01980f6f68bf24e17d1855611 Mon Sep 17 00:00:00 2001 From: Roman <72063601+folix-01@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:07:07 +0200 Subject: [PATCH] Update src/design/plone/ioprenoto/restapi/services/bookable_list/get.py Co-authored-by: Mauro Amico --- .../plone/ioprenoto/restapi/services/bookable_list/get.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design/plone/ioprenoto/restapi/services/bookable_list/get.py b/src/design/plone/ioprenoto/restapi/services/bookable_list/get.py index b63fc67..2ef54da 100644 --- a/src/design/plone/ioprenoto/restapi/services/bookable_list/get.py +++ b/src/design/plone/ioprenoto/restapi/services/bookable_list/get.py @@ -166,7 +166,7 @@ def get_uo_contact_info(self, uo): for contact in getattr(uo, "contact_info", None) or []: if contact.isBroken(): - logger.error( + logger.warning( "Broken relation found in <{UID}>.contact_info".format(UID=uo.UID()) ) continue