We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc869c commit b3db261Copy full SHA for b3db261
google/api_core/_python_version_support.py
@@ -173,7 +173,7 @@ def _get_pypi_package_name(module_name):
173
# The value is a list of distribution names, take the first one
174
return module_to_distributions[module_name][0]
175
except Exception as e:
176
- _LOGGER.error("An error occurred: %s", e)
+ _LOGGER.info(f"An error occurred while determining PyPI package name for {module_name}: {e}")
177
178
return None
179
0 commit comments