From 28d1d9fc0eddefacf6639971e0b1f4d96b59393c Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 21 Feb 2022 06:58:58 +0000 Subject: [PATCH] fix logging statement in case of non-zip updates --- core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy b/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy index c7ca8764..ae5aff8d 100644 --- a/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy +++ b/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy @@ -198,7 +198,7 @@ class UpdateClient { updateDownloading = false version = payload.version signer = payload.signer - log.info("starting search for new version hash $payload.infoHash") + log.info("starting search for new version hash $infoHash") Signature sig = DSAEngine.getInstance().sign(updateInfoHash.getRoot(), spk) UUID uuid = UUID.randomUUID() long timestamp = System.currentTimeMillis()