VirtualBox

Ignore:
Timestamp:
Jul 1, 2015 7:49:13 AM (9 years ago)
Author:
vboxsync
Message:

VBoxNetFlt: use RTmac instead of Rhxs format specifier when logging the MAC address to the release log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r56315 r56723  
    17021702    }
    17031703
    1704     LogRel(("VBoxNetFlt: attached to '%s' / %.*Rhxs\n", pThis->szName, sizeof(pThis->u.s.MacAddr), &pThis->u.s.MacAddr));
     1704    LogRel(("VBoxNetFlt: attached to '%s' / %RTmac\n", pThis->szName, &pThis->u.s.MacAddr));
    17051705    return VINF_SUCCESS;
    17061706}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette