error onto screen

only:uaefi
This commit is contained in:
rusefillc 2025-02-07 23:28:48 -05:00
parent 8134e72a99
commit 32a8e61dff
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ public class CalibrationsHelper {
return true;
} catch (final Exception e) {
log.error("Backing up calibrations failed:", e);
callbacks.logLine("Backing up current calibrations failed");
callbacks.logLine("Backing up current calibrations failed: " + e);
return false;
}
}