Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 11667)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 11668)
@@ -334,8 +334,8 @@
                 if (jd.isEmpty()) {
                     myprintln "- Missing JOSM date (${t}): ${getDescription(j)}"
-                } else if (t.isEmpty()) {
+                } else if (!ed.isEmpty()) {
+                    myprintln "* Date differs (${t} != '${jd}'): ${getDescription(j)}"
+                } else if (!options.nomissingeli) {
                     myprintln "+ Missing ELI date ('${jd}'): ${getDescription(j)}"
-                } else {
-                    myprintln "* Date differs (${t} != '${jd}'): ${getDescription(j)}"
                 }
             }
