[Git][NTPsec/ntpsec][master] refclock_nmea: fix a typo, and a long line.
Gary E. Miller
gitlab at mg.gitlab.com
Thu Sep 14 01:32:21 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
8b64bc9a by Gary E. Miller at 2017-09-14T01:31:27Z
refclock_nmea: fix a typo, and a long line.
- - - - -
1 changed file:
- ntpd/refclock_nmea.c
Changes:
=====================================
ntpd/refclock_nmea.c
=====================================
--- a/ntpd/refclock_nmea.c
+++ b/ntpd/refclock_nmea.c
@@ -590,7 +590,7 @@ nmea_control(
/* failed to configure, drop PPS unit */
time_pps_destroy(up->ppsctl.handle);
msyslog(LOG_WARNING,
- "RECOCK: %s set PPSAPI params fails",
+ "REFCLOCK: %s set PPSAPI params fails",
refclock_name(peer));
}
/* note: the PPS I/O handle remains valid until
@@ -1032,7 +1032,8 @@ nmea_receive(
/* Check if we must enter GPS time mode; log so if we do */
if (!up->gps_time && (sentence == NMEA_GPZDG)) {
- msyslog(LOG_INFO, "REFCLOCK: %s using GPS time as if it were UTC",
+ msyslog(LOG_INFO,
+ "REFCLOCK: %s using GPS time as if it were UTC",
refclock_name(peer));
up->gps_time = true;
}
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/8b64bc9abdcfa9fc5fbd155fdf7fe8aff4ce3549
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/8b64bc9abdcfa9fc5fbd155fdf7fe8aff4ce3549
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170914/bf09b3bc/attachment.html>
More information about the vc
mailing list