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

Skip to content
Snippets Groups Projects
Verified Commit dbfe8d24 authored by idk's avatar idk
Browse files

log not-found key should an UPP error occur

parent 548c0994
No related branches found
No related tags found
No related merge requests found
......@@ -1381,7 +1381,7 @@ public class ConsoleUpdateManager implements UpdateManager, RouterApp {
upp.updateDownloadedandVerified(updateType, ftype, actualVersion, temp);
_externalRestartPending = true;
} else {
err = "Unsupported su3 file type " + ftype;
err = "Unsupported su3 file type " + ftype + " " + key;
}
} else {
err = "Unsupported su3 file type " + ftype;
......
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