Ignore:
Timestamp:
2014-12-19T17:12:01+01:00 (10 years ago)
Author:
donvip
Message:

[josm_cadastre-fr] replace calls to System.out/err by calls to Main.info/warn/error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java

    r30738 r30859  
    7474            }
    7575        } catch (DuplicateLayerException e) {
    76             System.err.println("removed a duplicated layer");
     76                Main.warn("removed a duplicated layer");
    7777        } catch (WMSException e) {
    7878            errorMessage = e.getMessage();
     
    9797            return true;
    9898        }
    99         System.out.println("Unable to parse SVG data (viewBox)");
     99        Main.warn("Unable to parse SVG data (viewBox)");
    100100        return false;
    101101    }
     
    188188        str += "&styles=";
    189189        str += "COMMUNE_90";
    190         System.out.println("URL="+str);
     190        Main.info("URL="+str);
    191191        return new URL(str.replace(" ", "%20"));
    192192    }
Note: See TracChangeset for help on using the changeset viewer.