You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyeudiw/trust/dynamic.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ def get_public_keys(
199
199
else:
200
200
used_handlers.append(handler.__class__.__name__)
201
201
202
-
self._log_warning(f"no configured trust handler can successfully process static trust material {static_trust_materials} of issuer {issuer}")
202
+
self._log_warning("static trust evaluation", f"no configured trust handler can successfully process static trust material {static_trust_materials} of issuer {issuer}")
203
203
204
204
# try with handlers that don't use static trust materials like DirectTrustJar
0 commit comments