Changeset 5057 in osm for applications/editors


Ignore:
Timestamp:
2007-10-17T22:23:11+02:00 (17 years ago)
Author:
ulf
Message:

very slightly improve string output while connecting to gpsd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/livegps/livegps/LiveGpsAcquirer.java

    r3337 r5057  
    9292                                if (!connected)
    9393                                {
    94                                     System.out.println("LiveGps try to connect to gpsd");
     94                                    System.out.println("LiveGps tries to connect to gpsd");
    9595                    fireGpsStatusChangeEvent(LiveGpsStatus.GpsStatus.CONNECTING, tr("Connecting"));
    9696                                        InetAddress[] addrs = InetAddress.getAllByName(gpsdHost);
     
    100100                                                        break;
    101101                                                } catch (Exception e) {
     102                                                        System.out.println("LiveGps: Could not open connection to gpsd: " + e);
    102103                                                        gpsdSocket = null;
    103104                                                }
Note: See TracChangeset for help on using the changeset viewer.