I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit e04d31eb authored by zzz's avatar zzz
Browse files

Update: Log full path to update file

parent 706ed2ce
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment