Ignore:
Timestamp:
2016-07-24T14:48:47+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1166 - Exception handlers should preserve the original exceptions

File:
1 edited

Legend:

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

    r10615 r10627  
    147147                }
    148148            } catch (CredentialsAgentException e) {
    149                 Main.warn("Unable to get credentials: "+e.getMessage());
     149                Main.warn(e, "Unable to get credentials:");
    150150            }
    151151        }
Note: See TracChangeset for help on using the changeset viewer.