Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/networking/ifenslave.c

    r3232 r3621  
    578578                /* remember the error and skip it */
    579579                bb_perror_msg(
    580                     "skipping %s: can't get flags",
    581                     slave_ifname);
     580                    "skipping %s: can't get %s",
     581                    slave_ifname, "flags");
    582582                res = rv;
    583583                continue;
     
    596596                /* remember the error and skip it */
    597597                bb_perror_msg(
    598                     "skipping %s: can't get settings",
    599                     slave_ifname);
     598                    "skipping %s: can't get %s",
     599                    slave_ifname, "settings");
    600600                res = rv;
    601601                continue;
Note: See TracChangeset for help on using the changeset viewer.