<p><b>@sqrrm</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3214#discussion_r321674097">p2p/src/main/java/bisq/network/p2p/network/Connection.java</a>:</p>
<pre style='color:#555'>> @@ -724,7 +725,8 @@ public void run() {
 
                     NetworkEnvelope networkEnvelope = networkProtoResolver.fromProto(proto);
                     lastReadTimeStamp = now;
-                    log.debug("<< Received networkEnvelope of type: " + networkEnvelope.getClass().getSimpleName());
+                    if (log.isDebugEnabled())
+                        log.debug("<< Received networkEnvelope of type: " + networkEnvelope.getClass().getSimpleName());
 
</pre>
<p>It looks like it will have to do that call to <code>getSimpleName()</code> but not build the string at debug log level. I think that's an acceptable balance so I change my opinion and would go with what <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1070734" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/freimair">@freimair</a> suggests.</p>

<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/3214?email_source=notifications&email_token=AJFFTNQK6NARHHFT5XGYRLDQIIWHHA5CNFSM4IUG7WEKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCD4W7XI#discussion_r321674097">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXGA7T6L4FNPVOX7RTQIIWHHANCNFSM4IUG7WEA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNXGD5NJTV4UAXT7O33QIIWHHA5CNFSM4IUG7WEKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCD4W7XI.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/3214?email_source=notifications\u0026email_token=AJFFTNQK6NARHHFT5XGYRLDQIIWHHA5CNFSM4IUG7WEKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCD4W7XI#discussion_r321674097",
"url": "https://github.com/bisq-network/bisq/pull/3214?email_source=notifications\u0026email_token=AJFFTNQK6NARHHFT5XGYRLDQIIWHHA5CNFSM4IUG7WEKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCD4W7XI#discussion_r321674097",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>