Index: applications/editors/josm/plugins/livegps/livegps/LiveGpsAcquirer.java
===================================================================
--- applications/editors/josm/plugins/livegps/livegps/LiveGpsAcquirer.java	(revision 5056)
+++ applications/editors/josm/plugins/livegps/livegps/LiveGpsAcquirer.java	(revision 5057)
@@ -92,5 +92,5 @@
 				if (!connected)
 				{
-				    System.out.println("LiveGps try to connect to gpsd");
+				    System.out.println("LiveGps tries to connect to gpsd");
                     fireGpsStatusChangeEvent(LiveGpsStatus.GpsStatus.CONNECTING, tr("Connecting"));
 					InetAddress[] addrs = InetAddress.getAllByName(gpsdHost);
@@ -100,4 +100,5 @@
 							break;
 						} catch (Exception e) {
+							System.out.println("LiveGps: Could not open connection to gpsd: " + e);
 							gpsdSocket = null;
 						}
