<p>Fix log statement format</p>
<p>A log statement was mismatching argument placeholders with argument values because it was formatted as<br>
<code>log.info("msg={}, \n" + args...)</code><br>
instead of<br>
<code>log.info("msg={}", args...)</code></p>
<p>Some code formatting was also done to this block, and a closer approximation of a CLI <code>createoffer</code> param list replaces the next  log statement.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/5059'>https://github.com/bisq-network/bisq/pull/5059</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix log statement format</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5059/files#diff-1dd9914e3d0450d8cc1aaa2f15afa9836051911a41ecb287a813f9cd4f9f5afd">core/src/main/java/bisq/core/offer/CreateOfferService.java</a>
    (35)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/5059.patch'>https://github.com/bisq-network/bisq/pull/5059.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/5059.diff'>https://github.com/bisq-network/bisq/pull/5059.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5059">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNTK6UTTQPB7RAXKPL3SYTF3BANCNFSM4VYCC7EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNWNCVQZ45MQRPVEOCLSYTF3BA5CNFSM4VYCC7EKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LUKX3LQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5059",
"url": "https://github.com/bisq-network/bisq/pull/5059",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>