Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13580)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13592)
@@ -607,5 +607,11 @@
             if (!et.equals(jt)) {
                 if (!jt) {
-                    myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}"
+                    def t = getType(e)
+                    if(t == "wms_endpoint" || t == "tms") {
+                        myprintln "+ ELI projections for type ${t}: ${getDescription(j)}"
+                    }
+                    else {
+                        myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}"
+                    }
                 } else if (et) {
                     if("EPSG:3857 EPSG:4326".equals(et) || "EPSG:3857".equals(et) || "EPSG:4326".equals(et)) {
