Changeset 9788 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2016-02-12T10:13:29+01:00 (8 years ago)
Author:
bastiK
Message:

Jenkins truncates stdout, try to shorten it a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java

    r9786 r9788  
    19051905            if (benchmark) {
    19061906                timeStart = System.currentTimeMillis();
    1907                 System.err.print("BENCHMARK: rendering ");
     1907                if (benchmarkOutput) {
     1908                    System.err.print("BENCHMARK: rendering ");
     1909                }
    19081910            }
    19091911
Note: See TracChangeset for help on using the changeset viewer.