Index: /trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java	(revision 1274)
+++ /trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java	(revision 1275)
@@ -57,4 +57,5 @@
     public void openFile(File file) {
         try {
+            System.out.println("Open file: " + file.getAbsolutePath() + " (" + file.length() + " bytes)");
             if (asGpxData(file.getName()))
                 openFileAsGpx(file);
