diff --git a/psychopy_bbtk/tpad.py b/psychopy_bbtk/tpad.py index b08c071..b32fc0c 100644 --- a/psychopy_bbtk/tpad.py +++ b/psychopy_bbtk/tpad.py @@ -584,7 +584,9 @@ def isAwake(self): # call FIRM (firmware version) and get response self.sendMessage("FIRM") resp = self.awaitResponse(multiline=True) - logging.debug(f"Connected to TPad device, which reports its firmware version as: {resp}") + logging.info( + f"TPad device on {self.portString} is awake, it reports its firmware version as: {resp}" + ) return bool(resp)