Ignore:
Timestamp:
2011-03-20T01:29:48+01:00 (13 years ago)
Author:
mjulius
Message:

fix #3590 - Primitives or objects: Pick one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/MultiFetchServerObjectReader.java

    r3362 r3995  
    421421            } catch(OsmApiException e) {
    422422                if (e.getResponseCode() == HttpURLConnection.HTTP_NOT_FOUND) {
    423                     logger.warning(tr("Server replied with response code 404, retrying with an individual request for each primitive."));
     423                    logger.warning(tr("Server replied with response code 404, retrying with an individual request for each object."));
    424424                    singleGetIdPackage(type, pkg, progressMonitor);
    425425                } else
Note: See TracChangeset for help on using the changeset viewer.