Changeset 50531 in vbox
- Timestamp:
- Feb 20, 2014 7:39:40 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/log.h (modified) (2 diffs)
-
src/VBox/Storage/VHDX.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r50530 r50531 720 720 /** VHD virtual disk backend. */ 721 721 LOG_GROUP_VD_VHD, 722 /** VHDX virtual disk backend. */ 723 LOG_GROUP_VD_VHDX, 722 724 /** VMDK virtual disk backend. */ 723 725 LOG_GROUP_VD_VMDK, … … 1085 1087 "VD_VDI", \ 1086 1088 "VD_VHD", \ 1089 "VD_VHDX", \ 1087 1090 "VD_VMDK", \ 1088 1091 "VM", \ -
trunk/src/VBox/Storage/VHDX.cpp
r50526 r50531 19 19 * Header Files * 20 20 *******************************************************************************/ 21 #define LOG_GROUP LOG_GROUP_ DEFAULT /** @todo: Log group */21 #define LOG_GROUP LOG_GROUP_VD_VHDX 22 22 #include <VBox/vd-plugin.h> 23 23 #include <VBox/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.

