Ignore:
Timestamp:
2017-03-04T21:27:31+01:00 (8 years ago)
Author:
stoecker
Message:

fix last changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r11667 r11668  
    334334                if (jd.isEmpty()) {
    335335                    myprintln "- Missing JOSM date (${t}): ${getDescription(j)}"
    336                 } else if (t.isEmpty()) {
     336                } else if (!ed.isEmpty()) {
     337                    myprintln "* Date differs (${t} != '${jd}'): ${getDescription(j)}"
     338                } else if (!options.nomissingeli) {
    337339                    myprintln "+ Missing ELI date ('${jd}'): ${getDescription(j)}"
    338                 } else {
    339                     myprintln "* Date differs (${t} != '${jd}'): ${getDescription(j)}"
    340340                }
    341341            }
Note: See TracChangeset for help on using the changeset viewer.