Changeset 11286 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Aug 8, 2008 10:33:43 PM (16 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvBlock.cpp
r11284 r11286 873 873 if (RT_FAILURE(rc)) 874 874 { 875 AssertLogRelMsgFailed(("Failed to attach driver below us! rc=% Vra\n", rc));875 AssertLogRelMsgFailed(("Failed to attach driver below us! rc=%Rra\n", rc)); 876 876 return rc; 877 877 } -
trunk/src/VBox/Devices/Storage/DrvHostBase.cpp
r11284 r11286 1741 1741 if (RT_FAILURE(rc)) 1742 1742 { 1743 AssertMsgFailed(("Configuration error: query for \"Path\" string returned % Vra.\n", rc));1743 AssertMsgFailed(("Configuration error: query for \"Path\" string returned %Rra.\n", rc)); 1744 1744 return rc; 1745 1745 }
Note:
See TracChangeset
for help on using the changeset viewer.