VirtualBox

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


Ignore:
Timestamp:
Aug 6, 2008 9:35:31 PM (16 years ago)
Author:
vboxsync
Message:

DevPS2: some AssertLogRel in attach.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/DevPS2.cpp

    r11195 r11196  
    15401540                if (!pData->Keyboard.pDrv)
    15411541                {
    1542                     AssertMsgFailed(("LUN #0 doesn't have a keyboard interface! rc=%Vrc\n", rc));
     1542                    AssertLogRelMsgFailed(("LUN #0 doesn't have a keyboard interface! rc=%Vrc\n", rc));
    15431543                    rc = VERR_PDM_MISSING_INTERFACE;
    15441544                }
     
    15501550            }
    15511551            else
    1552                 AssertMsgFailed(("Failed to attach LUN #0! rc=%Vrc\n", rc));
     1552                AssertLogRelMsgFailed(("Failed to attach LUN #0! rc=%Vrc\n", rc));
    15531553            break;
    15541554
     
    15611561                if (!pData->Mouse.pDrv)
    15621562                {
    1563                     AssertMsgFailed(("LUN #1 doesn't have a mouse interface! rc=%Vrc\n", rc));
     1563                    AssertLogRelMsgFailed(("LUN #1 doesn't have a mouse interface! rc=%Vrc\n", rc));
    15641564                    rc = VERR_PDM_MISSING_INTERFACE;
    15651565                }
     
    15711571            }
    15721572            else
    1573                 AssertMsgFailed(("Failed to attach LUN #1! rc=%Vrc\n", rc));
     1573                AssertLogRelMsgFailed(("Failed to attach LUN #1! rc=%Vrc\n", rc));
    15741574            break;
    15751575
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