Ignore:
Timestamp:
2013-04-14T12:50:53+02:00 (11 years ago)
Author:
bastiK
Message:

fixed #7648 - GPS-Download in JOSM in specific area not possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r5843 r5854  
    10671067
    10681068                                if (conn.getResponseCode() != 200) {
    1069                                     Main.info("INFO: {0} does not exist", u);
     1069                                    Main.info("{0} does not exist", u);
    10701070                                    conn.disconnect();
    10711071                                } else {
     
    10841084                                     */
    10851085                                    if (Math.abs(conn.getContentLength() - osize) > 200) {
    1086                                         Main.info("INFO: {0} is a mediawiki redirect", u);
     1086                                        Main.info("{0} is a mediawiki redirect", u);
    10871087                                        conn.disconnect();
    10881088                                    } else {
    1089                                         Main.info("INFO: browsing to {0}", u);
     1089                                        Main.info("browsing to {0}", u);
    10901090                                        conn.disconnect();
    10911091
Note: See TracChangeset for help on using the changeset viewer.