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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4559#discussion_r498972839">common/src/main/java/bisq/common/taskrunner/Task.java</a>:</p>
<pre style='color:#555'>> @@ -65,7 +67,7 @@ protected void failed(String message) {
 
     protected void failed(Throwable t) {
         log.error(errorMessage, t);
-        taskHandler.handleErrorMessage(errorMessage);
+        taskHandler.handleErrorMessage(format("%s: %s", errorMessage, t.getMessage()));
</pre>
<p>I reverted it, then pushed a change (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bisq-network/bisq/commit/631c3f4f12a5130bb2d16ba9b8f202da0c9ef096/hovercard" href="https://github.com/bisq-network/bisq/commit/631c3f4f12a5130bb2d16ba9b8f202da0c9ef096"><tt>631c3f4</tt></a>) -> <code>taskHandler.handleErrorMessage(t.getMessage());</code>, which is what I meant to do in the first place.  Now, the verbose msg in logged on the server, but just the exception msg is passed up to clients.</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/4559#discussion_r498972839">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQ3XUY2MAS57SR3YKLSIYJJHANCNFSM4RXT56GA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTCDAUBCWAXEDVXUJ3SIYJJHA5CNFSM4RXT56GKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODXQ6LSI.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/4559#discussion_r498972839",
"url": "https://github.com/bisq-network/bisq/pull/4559#discussion_r498972839",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>