Ignore:
Timestamp:
2020-03-08T09:25:04+01:00 (4 years ago)
Author:
simon04
Message:

see #18752 - Harmonize stopwatch logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/SplashScreen.java

    r15755 r16069  
    164164            }
    165165            if (stopwatch.elapsed() >= 0) {
     166                Logging.debug(stopwatch.toString(name));
    166167                duration = tr(" ({0})", stopwatch);
    167168            }
     
    299300            taskOptional.ifPresent(task -> {
    300301                ((MeasurableTask) task).finish();
    301                 if (Logging.isDebugEnabled()) {
    302                     Logging.debug(tr("{0} completed in {1}", title, ((MeasurableTask) task).duration));
    303                 }
    304302                listener.stateChanged(null);
    305303            });
Note: See TracChangeset for help on using the changeset viewer.