Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12142)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12143)
@@ -483,5 +483,5 @@
                     myprintln "+ SKIP - Missing JOSM description (${et}): ${getDescription(j)}"
                 } else if (et) {
-                    myprintln "+ SKIP * Description differs (${et} != '${jt}'): ${getDescription(j)}"
+                    myprintln "* Description differs (${et} != '${jt}'): ${getDescription(j)}"
                 } else if (!options.nomissingeli) {
                     myprintln "+ Missing ELI description ('${jt}'): ${getDescription(j)}"
@@ -506,5 +506,5 @@
             if (!et.equals(jt)) {
                 if (!jt) {
-                    myprintln "+ SKIP - Missing JOSM attribution URL (${et}): ${getDescription(j)}"
+                    myprintln "- Missing JOSM attribution URL (${et}): ${getDescription(j)}"
                 } else if (et) {
                     myprintln "+ SKIP * Attribution URL differs (${et} != '${jt}'): ${getDescription(j)}"
@@ -518,5 +518,5 @@
             if (!et.equals(jt)) {
                 if (!jt) {
-                    myprintln "+ SKIP - Missing JOSM attribution text (${et}): ${getDescription(j)}"
+                    myprintln "- Missing JOSM attribution text (${et}): ${getDescription(j)}"
                 } else if (et) {
                     myprintln "+ SKIP * Attribution text differs (${et} != '${jt}'): ${getDescription(j)}"
@@ -532,5 +532,5 @@
             if (!et.equals(jt)) {
                 if (!jt) {
-                    myprintln "+ SKIP - Missing JOSM projections (${et}): ${getDescription(j)}"
+                    myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}"
                 } else if (et) {
                     myprintln "+ SKIP * Projections differ (${et} != '${jt}'): ${getDescription(j)}"
