VirtualBox

Changeset 2603 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 12, 2007 2:14:55 PM (18 years ago)
Author:
vboxsync
Message:

config loader logging

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/cfgldrhlp.h

    r1 r2603  
    2323#define __VBox_cfgldrhlp_h__
    2424
     25#define LOG_GROUP LOG_GROUP_MAIN
     26#include <VBox/log.h>
     27
    2528#include <iprt/alloc.h>
    2629#include <VBox/cdefs.h>
  • trunk/src/VBox/Main/xml/cfgldr.cpp

    r2602 r2603  
    5151#define VBOX_XML_XSLT
    5252#define _CRT_SECURE_NO_DEPRECATE
     53
     54#define LOG_GROUP LOG_GROUP_MAIN
     55#include <VBox/log.h>
    5356
    5457#include <VBox/err.h>
     
    14751478                    catch (...)
    14761479                    {
    1477 #ifdef DEBUG
    14781480                        Log(( "Error creating element [%ls]\n", uszName ));
    1479 #endif
    14801481                        rc = VERR_CFG_NO_VALUE;
    14811482                        break;
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