Changeset 18265 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Mar 25, 2009 5:09:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r18103 r18265 6 6 * server, to which clients can connect. 7 7 * 8 * Copyright (C) 2006-200 7Sun Microsystems, Inc.8 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 254 254 RTR3Init(); 255 255 256 RTStrmPrintf(g_pStdErr, "Sun xVMVirtualBox Webservice Version %s\n"256 RTStrmPrintf(g_pStdErr, "Sun VirtualBox Webservice Version %s\n" 257 257 "(C) 2005-2009 Sun Microsystems, Inc.\n" 258 258 "All rights reserved.\n", VBOX_VERSION_STRING); … … 291 291 } 292 292 293 WebLog("Sun xVMVirtualBox Webservice Version %s\n"293 WebLog("Sun VirtualBox Webservice Version %s\n" 294 294 "Opened log file \"%s\"\n", VBOX_VERSION_STRING, ValueUnion.psz); 295 295 }
Note:
See TracChangeset
for help on using the changeset viewer.