Skip to content

Commit

Permalink
Merge pull request #36 from Ethal/patch-1
Browse files Browse the repository at this point in the history
update logger message
  • Loading branch information
kipe committed Mar 19, 2016
2 parents 23a95fc + 13c9e89 commit 5e435ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enocean/protocol/eep.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def find_profile(self, bitarray, eep_rorg, rorg_func, rorg_type, direction=None,
return None

if rorg_type not in self.telegrams[eep_rorg][rorg_func].keys():
self.logger.warn('Cannot find func in EEP!')
self.logger.warn('Cannot find type in EEP!')
return None

profile = self.telegrams[eep_rorg][rorg_func][rorg_type]
Expand Down

0 comments on commit 5e435ea

Please sign in to comment.