From 6d8ea1d50ec6088c51a61ab3e9f849b7845dce6b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 22 Mar 2015 17:08:51 +0100 Subject: ifupdown: shrink a message Signed-off-by: Denys Vlasenko --- networking/ifupdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/ifupdown.c') diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 9f2500331..606fc049f 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -1305,7 +1305,7 @@ int ifupdown_main(int argc UNUSED_PARAM, char **argv) /* Call the cmds function pointer, does either iface_up() or iface_down() */ cmds_ret = cmds(currif); if (cmds_ret == -1) { - bb_error_msg("don't seem to have all the variables for %s/%s", + bb_error_msg("don't have all variables for %s/%s", liface, currif->address_family->name); any_failures = curr_failure = 1; } else if (cmds_ret == 0) { -- cgit v1.2.3