[Git][NTPsec/ntpsec][master] Change step-systime to step_systime in error messages

Hal Murray gitlab at mg.gitlab.com
Sun May 29 22:31:31 UTC 2016


Hal Murray pushed to branch master at NTPsec / ntpsec


Commits:
6f796b79 by Hal Murray at 2016-05-29T15:28:56-07:00
Change step-systime to step_systime in error messages

To aid grepping the source.

- - - - -


1 changed file:

- libntp/systime.c


Changes:

=====================================
libntp/systime.c
=====================================
--- a/libntp/systime.c
+++ b/libntp/systime.c
@@ -386,7 +386,7 @@ step_systime(
 		pivot += ntpcal_date_to_time(&jd);
 	} else {
 		msyslog(LOG_ERR,
-			"step-systime: assume 1970-01-01 as build date");
+			"step_systime: assume 1970-01-01 as build date");
 	}
 #else
 	UNUSED_LOCAL(jd);
@@ -422,7 +422,7 @@ step_systime(
 
 	/* now set new system time */
 	if (settime(&timets) != 0) {
-		msyslog(LOG_ERR, "step-systime: %m");
+		msyslog(LOG_ERR, "step_systime: %m");
 		return false;
 	}
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6f796b79cb2845be0a9d78887e7b11c1b91460e4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160529/8938f729/attachment.html>


More information about the vc mailing list