Ignore:
Timestamp:
2018-11-21T08:29:31+01:00 (5 years ago)
Author:
GerdP
Message:

fix #16976 meaningless debug messages caused by missing quotes
16976_core.patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r14414 r14439  
    987987            if (systemProp != null) {
    988988                plugins.addAll(Arrays.asList(systemProp.split(",")));
    989                 Logging.debug("josm.plugins system property set to '{0}'. Plugins list is now {1}", systemProp, plugins);
     989                Logging.debug("josm.plugins system property set to ''{0}''. Plugins list is now {1}", systemProp, plugins);
    990990            }
    991991            monitor.subTask(tr("Removing deprecated plugins..."));
Note: See TracChangeset for help on using the changeset viewer.