VirtualBox

Changeset 50531 in vbox


Ignore:
Timestamp:
Feb 20, 2014 7:39:40 PM (11 years ago)
Author:
vboxsync
Message:

Add VHDX logging group while we are at it

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/log.h

    r50530 r50531  
    720720    /** VHD virtual disk backend. */
    721721    LOG_GROUP_VD_VHD,
     722    /** VHDX virtual disk backend. */
     723    LOG_GROUP_VD_VHDX,
    722724    /** VMDK virtual disk backend. */
    723725    LOG_GROUP_VD_VMDK,
     
    10851087    "VD_VDI",       \
    10861088    "VD_VHD",       \
     1089    "VD_VHDX",      \
    10871090    "VD_VMDK",      \
    10881091    "VM",           \
  • trunk/src/VBox/Storage/VHDX.cpp

    r50526 r50531  
    1919*   Header Files                                                               *
    2020*******************************************************************************/
    21 #define LOG_GROUP LOG_GROUP_DEFAULT /** @todo: Log group */
     21#define LOG_GROUP LOG_GROUP_VD_VHDX
    2222#include <VBox/vd-plugin.h>
    2323#include <VBox/err.h>
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