Skip to content

Commit b3db261

Browse files
Update google/api_core/_python_version_support.py
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
1 parent ecc869c commit b3db261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/_python_version_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _get_pypi_package_name(module_name):
173173
# The value is a list of distribution names, take the first one
174174
return module_to_distributions[module_name][0]
175175
except Exception as e:
176-
_LOGGER.error("An error occurred: %s", e)
176+
_LOGGER.info(f"An error occurred while determining PyPI package name for {module_name}: {e}")
177177

178178
return None
179179

0 commit comments

Comments
 (0)