[Git][NTPsec/ntpsec][master] msyslog: fix mangled comment and a line wrap
Gary E. Miller
gitlab at mg.gitlab.com
Fri Feb 10 23:27:25 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
d4667e23 by Gary E. Miller at 2017-02-10T15:25:15-08:00
msyslog: fix mangled comment and a line wrap
- - - - -
1 changed file:
- libntp/msyslog.c
Changes:
=====================================
libntp/msyslog.c
=====================================
--- a/libntp/msyslog.c
+++ b/libntp/msyslog.c
@@ -516,11 +516,11 @@ setup_logfile(
}
/*
- * * reopen_logfile()
- * *
- * * reopen current logfile in case the old file has been renamed by logrotate
- * *
- * */
+ * reopen_logfile()
+ *
+ * reopen current logfile in case the old file has been renamed by logrotate
+ *
+ */
void
reopen_logfile(void)
@@ -533,7 +533,8 @@ reopen_logfile(void)
new_file = fopen(syslog_fname, "a");
if (NULL == new_file) {
- msyslog(LOG_ERR, "reopen_logfile: couldn't open %s %m", syslog_fname);
+ msyslog(LOG_ERR, "reopen_logfile: couldn't open %s %m",
+ syslog_fname);
return;
}
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/d4667e2368709c80e87bf5cc1da0f046b69ea294
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170210/7ba0f827/attachment.html>
More information about the vc
mailing list