VirtualBox

Changeset 7708 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 2, 2008 4:34:31 PM (17 years ago)
Author:
vboxsync
Message:

small logging change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r7703 r7708  
    34563456#ifdef LOG_ENABLED
    34573457    if (rc == VINF_IOM_HC_IOPORT_READ)
    3458         LogFlow(("#%d => HC\n", PCNET_INST_NR));
     3458        LogFlow(("#%d pcnetIOPortRead/critsect failed in GC => HC\n", PCNET_INST_NR));
    34593459#endif
    34603460    return rc;
     
    34983498#ifdef LOG_ENABLED
    34993499    if (rc == VINF_IOM_HC_IOPORT_WRITE)
    3500         LogFlow(("#%d => HC\n", PCNET_INST_NR));
     3500        LogFlow(("#%d pcnetIOPortWrite/critsect failed in GC => HC\n", PCNET_INST_NR));
    35013501#endif
    35023502    return rc;
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