We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0281342 + dcba1b2 commit f8c6236Copy full SHA for f8c6236
1 file changed
lmfdb/characters/web_character.py
@@ -1133,7 +1133,7 @@ def friends(self):
1133
1134
@lazy_attribute
1135
def contents(self):
1136
- logger.warning("[DC] getting content from WebDBDirichletOrbit")
+ logger.info("[DC] getting content from WebDBDirichletOrbit")
1137
if self._contents is None:
1138
self._contents = []
1139
self._fill_contents()
0 commit comments