diff options
author | Gleydson Soares <gsoares@cvs.openbsd.org> | 2016-01-25 21:31:39 +0000 |
---|---|---|
committer | Gleydson Soares <gsoares@cvs.openbsd.org> | 2016-01-25 21:31:39 +0000 |
commit | 00932ea9ef5af7011306682fa2f6216dd41e202f (patch) | |
tree | 8dbedb8195309fc0937c67e9886e2dd8691e9d2a /usr.sbin/rbootd | |
parent | 4502d3a0027a81a44e4fc5f7654667d36950b6ec (diff) |
remove pointless log message; As a bonus avoid trigraph '??'
suggested by & OK claudio@
OK daniel@
Diffstat (limited to 'usr.sbin/rbootd')
-rw-r--r-- | usr.sbin/rbootd/rbootd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rbootd/rbootd.c b/usr.sbin/rbootd/rbootd.c index 54b9a4e7eb2..bcf94b469f4 100644 --- a/usr.sbin/rbootd/rbootd.c +++ b/usr.sbin/rbootd/rbootd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbootd.c,v 1.28 2015/10/26 10:08:14 jung Exp $ */ +/* $OpenBSD: rbootd.c,v 1.29 2016/01/25 21:31:38 gsoares Exp $ */ /* $NetBSD: rbootd.c,v 1.5 1995/10/06 05:12:17 thorpej Exp $ */ /* @@ -142,7 +142,6 @@ main(int argc, char *argv[]) char *errmsg; if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) { - syslog(LOG_NOTICE, "restarted (??)"); /* BpfGetIntfName() returns safe names, using %m */ syslog(LOG_ERR, "%s", errmsg); DoExit(); |