Changeset 5057 in osm for applications/editors
- Timestamp:
- 2007-10-17T22:23:11+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/livegps/LiveGpsAcquirer.java
r3337 r5057 92 92 if (!connected) 93 93 { 94 System.out.println("LiveGps tr yto connect to gpsd");94 System.out.println("LiveGps tries to connect to gpsd"); 95 95 fireGpsStatusChangeEvent(LiveGpsStatus.GpsStatus.CONNECTING, tr("Connecting")); 96 96 InetAddress[] addrs = InetAddress.getAllByName(gpsdHost); … … 100 100 break; 101 101 } catch (Exception e) { 102 System.out.println("LiveGps: Could not open connection to gpsd: " + e); 102 103 gpsdSocket = null; 103 104 }
Note:
See TracChangeset
for help on using the changeset viewer.