VirtualBox

Changeset 125 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jan 17, 2007 7:22:14 PM (18 years ago)
Author:
vboxsync
Message:

vditool: redirect LOG output to stdout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/testcase/vhddtool.cpp

    r124 r125  
    3030#include <iprt/runtime.h>
    3131#include <VBox/err.h>
     32
     33#include <stdlib.h>
    3234
    3335
     
    275277int main(int argc, char **argv)
    276278{
     279    setenv("VBOX_LOG_DEST", "stdout", 1);
     280    setenv("VBOX_LOG_FLAGS", "", 1);
     281
    277282    RTR3Init();
    278283    RTPrintf("vditool    Copyright (c) 2004-2005 InnoTek Systemberatung GmbH.\n\n");
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