Changeset 125 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jan 17, 2007 7:22:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/vhddtool.cpp
r124 r125 30 30 #include <iprt/runtime.h> 31 31 #include <VBox/err.h> 32 33 #include <stdlib.h> 32 34 33 35 … … 275 277 int main(int argc, char **argv) 276 278 { 279 setenv("VBOX_LOG_DEST", "stdout", 1); 280 setenv("VBOX_LOG_FLAGS", "", 1); 281 277 282 RTR3Init(); 278 283 RTPrintf("vditool Copyright (c) 2004-2005 InnoTek Systemberatung GmbH.\n\n");
Note:
See TracChangeset
for help on using the changeset viewer.