Skip to content

Commit 4c59c2e

Browse files
committed
Downgrade log severity
1 parent a484968 commit 4c59c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/contexts/spa_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _foil_hole_positions(xml_path: Path, grid_square: int) -> Dict[str, FoilHole
4444
required_key = key
4545
break
4646
if not required_key:
47-
logger.warning(f"Required key not found for {str(xml_path)}")
47+
logger.info(f"Required key not found for {str(xml_path)}")
4848
return {}
4949
foil_holes = {}
5050
for fh_block in serialization_array[required_key]:

0 commit comments

Comments
 (0)