diff options
Diffstat (limited to 'src/af-gps-binding.c')
-rw-r--r-- | src/af-gps-binding.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/af-gps-binding.c b/src/af-gps-binding.c index 2eee437..93254df 100644 --- a/src/af-gps-binding.c +++ b/src/af-gps-binding.c @@ -857,6 +857,8 @@ static int connect_to(const char *host, const char *service, int isgpsd) if (rc < 0) { close(fd); ERROR(afbitf, "can't coonect host %s, service %s to the event loop", host, service); + } else { + NOTICE(afbitf, "Connected to host %s, service %s", host, service); } return rc; } |