Changeset 15699 in josm for trunk/scripts


Ignore:
Timestamp:
2020-01-13T20:05:45+01:00 (4 years ago)
Author:
Klumbumbus
Message:

see #18172 - fix typo in message, include actual categories in message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.java

    r15698 r15699  
    993993                                numtxt += '/' + Integer.toString(jnums+1);
    994994                            }
    995                             myprintln("* Different number of points for shape "+numtxt+" ("+ep.size()+" ! = "+jp.size()+")): "
     995                            myprintln("* Different number of points for shape "+numtxt+" ("+ep.size()+" ! = "+jp.size()+"): "
    996996                                    + getDescription(j));
    997997                            edone[enums] = true;
     
    10591059            myprintln("- No JOSM category: "+getDescription(j));
    10601060        } else if (cjok && ceok && !Objects.equals(cj, ce)) {
    1061             myprintln("* Different categories: "+getDescription(j));
     1061            myprintln("* Different categories ('"+ce+"' != '"+cj+"'): "+getDescription(j));
    10621062        }
    10631063    }
Note: See TracChangeset for help on using the changeset viewer.