Changeset 61949 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jun 30, 2016 8:33:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/Debug.cpp
r61947 r61949 288 288 "" /* 0xff */ 289 289 }; 290 291 #endif /* LOG_ENABLED */ 292 293 #if defined(LOG_ENABLED) || defined(RT_STRICT) 290 294 291 295 /** … … 892 896 }; 893 897 898 #endif /* LOG_ENABLED || RT_STRICT */ 899 900 #ifdef LOG_ENABLED 901 894 902 /** 895 903 * Return the plain text of an ATA command for debugging purposes. … … 902 910 } 903 911 904 #endif /* LOG_ENABLED */912 #endif 905 913 906 914 #if defined(LOG_ENABLED) || defined(RT_STRICT)
Note:
See TracChangeset
for help on using the changeset viewer.