Index: trunk/scripts/SyncEditorLayerIndex.java
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.java	(revision 19400)
+++ trunk/scripts/SyncEditorLayerIndex.java	(revision 19449)
@@ -1027,5 +1027,6 @@
                 for (int nump = 1; nump < p.size(); ++nump) {
                     if (Objects.equals(p.get(nump-1), p.get(nump))) {
-                        myprintln("~~~ JOSM shape "+num+" double point at "+(nump-1)+": "+getDescription(j));
+                        myprintln("~~~ JOSM shape "+num+" double point at "+(nump-1)+" ("
+                        +p.get(nump).getLat()+", "+p.get(nump).getLon()+"): "+getDescription(j));
                     }
                 }
