diff --git a/router/java/src/net/i2p/router/tasks/InstallUpdate.java b/router/java/src/net/i2p/router/tasks/InstallUpdate.java index 0e43a555cfa9980ee07cdfd3cf7426d3dacde307..c4d8de4aee72dba4f20bdec481585c56a11b9682 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);