artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53293e4
)
"%%s: s" -> "%s: %s" in log_warn()
author
krw
<krw@openbsd.org>
Tue, 10 Jul 2018 16:42:12 +0000
(16:42 +0000)
committer
krw
<krw@openbsd.org>
Tue, 10 Jul 2018 16:42:12 +0000
(16:42 +0000)
usr.sbin/eigrpd/parse.y
patch
|
blob
|
history
diff --git
a/usr.sbin/eigrpd/parse.y
b/usr.sbin/eigrpd/parse.y
index
7a731c3
..
972a6b2
100644
(file)
--- a/
usr.sbin/eigrpd/parse.y
+++ b/
usr.sbin/eigrpd/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.2
5 2018/07/09 12:05:11
krw Exp $ */
+/* $OpenBSD: parse.y,v 1.2
6 2018/07/10 16:42:12
krw Exp $ */
/*
* Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
@@
-946,7
+946,7
@@
pushfile(const char *name, int secret)
return (NULL);
}
if ((nfile->stream = fopen(nfile->name, "r")) == NULL) {
- log_warn("%
%s:
s", __func__, nfile->name);
+ log_warn("%
s: %
s", __func__, nfile->name);
free(nfile->name);
free(nfile);
return (NULL);