Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12178)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12179)
@@ -481,5 +481,5 @@
             if (!et.equals(jt)) {
                 if (!jt) {
-                    myprintln "+ SKIP - Missing JOSM description (${et}): ${getDescription(j)}"
+                    myprintln "- Missing JOSM description (${et}): ${getDescription(j)}"
                 } else if (et) {
                     myprintln "* Description differs ('${et}' != '${jt}'): ${getDescription(j)}"
@@ -534,5 +534,5 @@
                     myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}"
                 } else if (et) {
-                    myprintln "+ SKIP * Projections differ ('${et}' != '${jt}'): ${getDescription(j)}"
+                    myprintln "* Projections differ ('${et}' != '${jt}'): ${getDescription(j)}"
                 } else if (!options.nomissingeli && !getType(e).equals("tms")) {
                     myprintln "+ Missing ELI projections ('${jt}'): ${getDescription(j)}"
