Fix log message

This commit is contained in:
Mark Veidemanis 2021-12-29 15:05:21 +00:00
parent c7f4230a91
commit 23372bd491
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class Transactions(object):
"amount_xmr": amount_xmr,
"reference": reference,
}
self.log.info(f"Storing trade information: {str(to_store)}")
self.log.info("Storing trade information: {info}", info=str(to_store))
r.hmset(f"trade.{reference}", to_store)
self.irc.client.msg(self.irc.client.channel, f"Generated reference for {trade_id}: {reference}")
if settings.Agora.Send == "1":