Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13532)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13533)
@@ -127,4 +127,5 @@
         oldproj.put("EPSG:3785", "EPSG:3857")
         oldproj.put("EPSG:31297", "EPGS:31287")
+        oldproj.put("EPSG:31464", "EPSG:31468")
         oldproj.put("EPSG:54004", "EPSG:3857")
         oldproj.put("EPSG:102100", "EPSG:3857")
@@ -711,5 +712,5 @@
                         if("CRS:84".equals(p)) {
                             if(!(url =~ /(?i)version=1\.3/)) {
-                                myprintln "! CRS:84 without WMS 1.3: ${getDescription(j)}"
+                                myprintln "* CRS:84 without WMS 1.3: ${getDescription(j)}"
                             }
                         } else if(oldproj.containsKey(p)) {
@@ -721,8 +722,8 @@
                     if (unsupported) {
                         def s = String.join(", ", unsupported)
-                        myprintln "! Projections ${s} not supported by JOSM: ${getDescription(j)}"
+                        myprintln "* Projections ${s} not supported by JOSM: ${getDescription(j)}"
                     }
                     for (def o : old) {
-                        myprintln "! Projection ${o} is an old unsupported code and has been replaced by ${oldproj.get(o)}: ${getDescription(j)}"
+                        myprintln "* Projection ${o} is an old unsupported code and has been replaced by ${oldproj.get(o)}: ${getDescription(j)}"
                     }
                 }
