Skip to content

Commit

Permalink
Minor logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
kantlivelong committed Apr 19, 2021
1 parent 47f6188 commit 4f3c9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_psucontrol_rpigpio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _gpio_get_pin(self, pin):

def configure_gpio(self):
if not self._hasGPIO:
self._logger.error("RPi.GPIO is required.")
self._logger.error("Error importing RPi.GPIO.")
return

self._logger.info("Running RPi.GPIO version {}".format(GPIO.VERSION))
Expand Down

0 comments on commit 4f3c9c4

Please sign in to comment.