Skip to content

Commit

Permalink
Fixed typo in info logging message.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-janssen committed Apr 9, 2022
1 parent 53a80ca commit 5077500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openleadr/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ async def _poll(self):
await self.register_report(report)

elif response_type == 'oadrCancelPartyRegistration':
logger.info("The VTN required us to cancel the registration. Calling the cancel partyn registration procedure.")
logger.info("The VTN required us to cancel the registration. Calling the cancel party registration procedure.")
await self.on_cancel_party_registration(response_payload)

else:
Expand Down

0 comments on commit 5077500

Please sign in to comment.