Index: trunk/scripts/SyncEditorLayerIndex.java
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.java	(revision 15698)
+++ trunk/scripts/SyncEditorLayerIndex.java	(revision 15699)
@@ -993,5 +993,5 @@
                                 numtxt += '/' + Integer.toString(jnums+1);
                             }
-                            myprintln("* Different number of points for shape "+numtxt+" ("+ep.size()+" ! = "+jp.size()+")): "
+                            myprintln("* Different number of points for shape "+numtxt+" ("+ep.size()+" ! = "+jp.size()+"): "
                                     + getDescription(j));
                             edone[enums] = true;
@@ -1059,5 +1059,5 @@
             myprintln("- No JOSM category: "+getDescription(j));
         } else if (cjok && ceok && !Objects.equals(cj, ce)) {
-            myprintln("* Different categories: "+getDescription(j));
+            myprintln("* Different categories ('"+ce+"' != '"+cj+"'): "+getDescription(j));
         }
     }
