Skip to content

Commit ed29ff1

Browse files
authored
Merge pull request #128 from astro-pi/bugfix/change-logging-to-debug
Change logging level of warning
2 parents 7ff480e + 1923122 commit ed29ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sense_hat/sense_hat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(
9797
try:
9898
self._colour = ColourSensor()
9999
except Exception as e:
100-
logging.warning(e)
100+
logging.debug(e)
101101
pass
102102

103103
####

0 commit comments

Comments
 (0)