[Git][NTPsec/ntpsec][master] Fix misspelled log level.

Eric S. Raymond gitlab at mg.gitlab.com
Fri May 26 09:21:44 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
fc9186a4 by Eric S. Raymond at 2017-05-26T05:21:21-04:00
Fix misspelled log level.

- - - - -


1 changed file:

- ntpd/ntp_config.c


Changes:

=====================================
ntpd/ntp_config.c
=====================================
--- a/ntpd/ntp_config.c
+++ b/ntpd/ntp_config.c
@@ -2838,7 +2838,7 @@ config_unpeers(
 
 		/* Misguided attempt to unpeer by driver type name? */
 		if (strchr(name, '.') == NULL && strchr(name, ':') == NULL) {
-		    msyslog(LOG_ERROR, "refclocks cannot be unpeered by type.");
+		    msyslog(LOG_ERR, "refclocks cannot be unpeered by type.");
 		    continue;
 		}
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/fc9186a494218f9ce157d75c9ede904e8f752a23

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/fc9186a494218f9ce157d75c9ede904e8f752a23
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/20170526/5f3b84f3/attachment.html>


More information about the vc mailing list