diff options
author | Gleydson Soares <gsoares@cvs.openbsd.org> | 2015-04-16 15:14:32 +0000 |
---|---|---|
committer | Gleydson Soares <gsoares@cvs.openbsd.org> | 2015-04-16 15:14:32 +0000 |
commit | 035440d79bf53a7c66bff06b546a1e73f594d634 (patch) | |
tree | 123856d1657971ff0487c37a35aba8b87818dc4d /sbin/dhclient/dispatch.c | |
parent | c6269d53afe5b1aaa7ede09548dacc1d2a4ca144 (diff) |
Tweak error output.
ok krw@
Diffstat (limited to 'sbin/dhclient/dispatch.c')
-rw-r--r-- | sbin/dhclient/dispatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index 2a4aff340d5..2cb7cc936a6 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.100 2015/02/06 04:18:20 krw Exp $ */ +/* $OpenBSD: dispatch.c,v 1.101 2015/04/16 15:14:31 gsoares Exp $ */ /* * Copyright 2004 Henning Brauer <henning@openbsd.org> @@ -88,7 +88,7 @@ get_hw_address(void) } if (!found) - error("%s: not found", ifi->name); + error("%s: no such interface", ifi->name); freeifaddrs(ifap); } |