Index: /trunk/src/org/openstreetmap/josm/plugins/PluginListParser.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/plugins/PluginListParser.java	(revision 14188)
+++ /trunk/src/org/openstreetmap/josm/plugins/PluginListParser.java	(revision 14189)
@@ -81,5 +81,5 @@
                 String[] x = line.split(";");
                 if (x.length != 2)
-                    throw new IOException(tr("Illegal entry in plugin list."));
+                    throw new IOException(tr("Illegal entry in plugin list.") + " " + line);
                 name = x[0];
                 url = x[1];
