[bisq-network/bisq] Reduce initial data request (#4586)

Stan notifications at github.com
Thu Oct 1 21:12:51 UTC 2020


@ghubstan commented on this pull request.



> @@ -116,21 +116,25 @@ protected void makeFileFromResourceFile(String postFix) {
                 e.printStackTrace();
             }
         } else {
-            log.debug(fileName + " file exists already.");
+            log.info("No resource file have been copied. {} exists already.", fileName);

log.info("No resource file has been copied. {} exists already.", fileName);
OR
log.info("No resource file was copied. {} exists already.", fileName);

(grammar)

-- 
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/4586#pullrequestreview-500721928
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201001/3ddca9b7/attachment.html>


More information about the bisq-github mailing list