mirror of https://github.com/zlatinb/muwire
fix logging statement in case of non-zip updates
parent
29b8b81a1e
commit
28d1d9fc0e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue