Changeset 17053 in josm for trunk/scripts


Ignore:
Timestamp:
2020-09-22T21:06:42+02:00 (4 years ago)
Author:
Klumbumbus
Message:

Fix reporting of "Privacy policy URL differs" in ELI comparison script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.java

    r16750 r17053  
    796796                myprintln("- Missing JOSM privacy policy URL ("+et+"): "+getDescription(j));
    797797            } else if (isNotBlank(et)) {
    798                 myprintln("+ Privacy policy URL differs ('"+et+"' != '"+jt+"'): "+getDescription(j));
     798                myprintln("* Privacy policy URL differs ('"+et+"' != '"+jt+"'): "+getDescription(j));
    799799            } else if (!optionNoEli) {
    800800                myprintln("+ Missing ELI privacy policy URL ('"+jt+"'): "+getDescription(j));
Note: See TracChangeset for help on using the changeset viewer.