summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dhclient/dispatch.c')
-rw-r--r--sbin/dhclient/dispatch.c4
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);
}