Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12265)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12266)
@@ -500,7 +500,7 @@
             if (!et.equals(jt)) {
                 if (!jt) {
-                    myprintln "+ SKIP - Missing JOSM license URL (${et}): ${getDescription(j)}"
+                    myprintln "- Missing JOSM license URL (${et}): ${getDescription(j)}"
                 } else if (et) {
-                    myprintln "+ SKIP * License URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
+                    myprintln "* License URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
                 } else if (!options.nomissingeli) {
                     myprintln "+ Missing ELI license URL ('${jt}'): ${getDescription(j)}"
@@ -514,5 +514,5 @@
                     myprintln "- Missing JOSM attribution URL (${et}): ${getDescription(j)}"
                 } else if (et) {
-                    myprintln "+ SKIP * Attribution URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
+                    myprintln "* Attribution URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
                 } else if (!options.nomissingeli) {
                     myprintln "+ Missing ELI attribution URL ('${jt}'): ${getDescription(j)}"
@@ -526,5 +526,5 @@
                     myprintln "- Missing JOSM attribution text (${et}): ${getDescription(j)}"
                 } else if (et) {
-                    myprintln "+ SKIP * Attribution text differs ('${et}' != '${jt}'): ${getDescription(j)}"
+                    myprintln "* Attribution text differs ('${et}' != '${jt}'): ${getDescription(j)}"
                 } else if (!options.nomissingeli) {
                     myprintln "+ Missing ELI attribution text ('${jt}'): ${getDescription(j)}"
