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/udhcp/static_leases.c

    r2725 r3621  
    6767    cur = *st_lease_pp;
    6868    while (cur) {
    69         bb_info_msg("static lease: mac:%02x:%02x:%02x:%02x:%02x:%02x nip:%x",
     69        bb_error_msg("static lease: mac:%02x:%02x:%02x:%02x:%02x:%02x nip:%x",
    7070            cur->mac[0], cur->mac[1], cur->mac[2],
    7171            cur->mac[3], cur->mac[4], cur->mac[5],
Note: See TracChangeset for help on using the changeset viewer.