Changeset 14511 in josm for trunk/src/org


Ignore:
Timestamp:
2018-12-04T22:33:34+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #17069 - reduce severity/verbosity of errors when fetching certificates on Windows

File:
1 edited

Legend:

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

    r14431 r14511  
    794794                        ), 5, TimeUnit.SECONDS);
    795795            } catch (ExecutionException | InterruptedException e) {
    796                 Logging.error(e);
     796                Logging.warn("Unable to request certificate of " + uri);
     797                Logging.debug(e);
    797798            }
    798799        }
Note: See TracChangeset for help on using the changeset viewer.