Ignore:
Timestamp:
2014-02-14T16:08:08+01:00 (10 years ago)
Author:
Don-vip
Message:

see #9710 - more debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Utils.java

    r6830 r6852  
    749749            connection.setRequestProperty("Connection", "close");
    750750        }
     751        if (Main.isDebugEnabled()) {
     752            try {
     753                Main.debug("REQUEST: "+ connection.getRequestProperties());
     754            } catch (IllegalStateException e) {
     755                Main.warn(e);
     756            }
     757        }
    751758        return connection;
    752759    }
Note: See TracChangeset for help on using the changeset viewer.