VirtualBox

Changeset 46699 in vbox for trunk/src


Ignore:
Timestamp:
Jun 20, 2013 11:03:53 AM (12 years ago)
Author:
vboxsync
Message:

Wrong assertion format string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp

    r46684 r46699  
    131131        default:
    132132        {
    133             AssertMsgFailed(("No text for bus=%d & port=% & device=%d", storageSlot.bus, storageSlot.port, storageSlot.device));
     133            AssertMsgFailed(("No text for bus=%d & port=%d & device=%d", storageSlot.bus, storageSlot.port, storageSlot.device));
    134134            break;
    135135        }
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