diff --git a/src/raspberry.py b/src/raspberry.py index 729e93a..fa8553c 100644 --- a/src/raspberry.py +++ b/src/raspberry.py @@ -68,7 +68,7 @@ class Raspberry: self.app.logger.warning( "Couldn't get sufficient hardware information from /proc/cpuinfo" ) - self.app.logger.error("Unable to determine if we are on a Raspberry Pi.") + self.app.logger.warning("Unable to determine if we are on a Raspberry Pi.") return False except IOError: self.app.logger.error("Unable to open `/proc/cpuinfo`.")