ifupdown: shrink a message
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 22 Mar 2015 16:08:51 +0000 (17:08 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 22 Mar 2015 16:08:51 +0000 (17:08 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ifupdown.c

index 9f2500331b409d81c3a1f36ad46b5b7e32784d1e..606fc049f122e9f1adfa22855ceb9883dd0a9ea1 100644 (file)
@@ -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) {