Skip to content

Commit f15aa86

Browse files
Update ldclient/client.py
Co-authored-by: Matthew M. Keeler <mkeeler@launchdarkly.com>
1 parent 32e9fd9 commit f15aa86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ldclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def __get_plugin_hooks(self, environment_metadata: EnvironmentMetadata) -> List[
308308
try:
309309
hooks.extend(plugin.get_hooks(environment_metadata))
310310
except Exception as e:
311-
log.error(f"Error getting hooks from plugin {plugin.metadata.name}: {e}")
311+
log.error("Error getting hooks from plugin %s: %s", plugin.metadata.name, e)
312312
return hooks
313313

314314
def __register_plugins(self, environment_metadata: EnvironmentMetadata):

0 commit comments

Comments
 (0)