We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0c140 commit bb94066Copy full SHA for bb94066
1 file changed
src/murfey/client/analyser.py
@@ -400,7 +400,7 @@ def _analyse(self):
400
mdoc_for_reading = transferred_file
401
if not self._context:
402
if not self._find_extension(transferred_file):
403
- logger.error(f"No extension found for {transferred_file}")
+ logger.debug(f"No extension found for {transferred_file}")
404
continue
405
if not self._find_context(transferred_file):
406
logger.debug(
0 commit comments