From e04d31eb0478be585c634be3a0b14ca855408539 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Tue, 12 Apr 2022 09:31:28 -0400
Subject: [PATCH] Update: Log full path to update file

---
 router/java/src/net/i2p/router/tasks/InstallUpdate.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/router/java/src/net/i2p/router/tasks/InstallUpdate.java b/router/java/src/net/i2p/router/tasks/InstallUpdate.java
index 0e43a555cf..c4d8de4aee 100644
--- a/router/java/src/net/i2p/router/tasks/InstallUpdate.java
+++ b/router/java/src/net/i2p/router/tasks/InstallUpdate.java
@@ -51,7 +51,7 @@ public class InstallUpdate {
                 // carry on
                 return;
             }
-            System.out.println("INFO: Update file exists [" + Router.UPDATE_FILE + "] - installing");
+            System.out.println("INFO: Update file exists [" + updateFile + "] - installing");
             // verify the whole thing first
             // we could remember this fails, and not bother restarting, but who cares...
             boolean ok = FileUtil.verifyZip(updateFile);
-- 
GitLab