This commit is contained in:
rusefi 2020-04-23 00:14:27 -04:00
parent 5294c6fb66
commit 6eea6ec541
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ public class ScreenGenerator {
try {
slice = dialogScreenShot.getSubimage(0, fromY, dialogScreenShot.getWidth(), toY - fromY);
} catch (RasterFormatException e) {
System.out.printf("Dialog does not fit screen? " + sectionNameWithSpecifalCharacters);
System.out.println("Dialog does not fit screen? " + sectionNameWithSpecifalCharacters);
continue;
}