[bisq-network/bisq] Fix log statement format (#5059)

Stan notifications at github.com
Wed Jan 6 22:03:44 CET 2021


Fix log statement format

A log statement was mismatching argument placeholders with argument values because it was formatted as 
    `log.info("msg={}, \n" + args...)`	
instead of
    `log.info("msg={}", args...)`

Some code formatting was also done to this block, and a closer approximation of a CLI `createoffer` param list replaces the next  log statement.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/5059

-- Commit Summary --

  * Fix log statement format

-- File Changes --

    M core/src/main/java/bisq/core/offer/CreateOfferService.java (35)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5059.patch
https://github.com/bisq-network/bisq/pull/5059.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5059
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210106/e91fa937/attachment.htm>


More information about the bisq-github mailing list