log not-found key should an UPP error occur

This commit is contained in:
idk
2022-02-09 21:33:32 -05:00
parent 548c0994a7
commit dbfe8d24a8

View File

@ -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;