We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b72c88 commit 6d5431fCopy full SHA for 6d5431f
app/src/processing/app/Sketch.java
@@ -1683,7 +1683,7 @@ protected void size(PreferencesMap prefs) throws RunnerException {
1683
1684
int warnDataPercentage = Integer.parseInt(prefs.get("build.warn_data_percentage"));
1685
if (maxDataSize > 0 && dataSize > maxDataSize*warnDataPercentage/100)
1686
- System.out.println(_("Low memory available, stability problems may occur"));
+ System.err.println(_("Low memory available, stability problems may occur."));
1687
}
1688
1689
protected boolean upload(String buildPath, String suggestedClassName, boolean usingProgrammer) throws Exception {
0 commit comments