- Timestamp:
- Aug 23, 2007 4:59:33 PM (17 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r4317 r4322 3884 3884 * (When called from uninit mConsoleVRDPServer is already destroyed.) 3885 3885 */ 3886 CRASHTEST64(("mConsoleVRDPServer = %p\n", mConsoleVRDPServer)); 3886 3887 if (mConsoleVRDPServer) 3887 3888 { … … 3893 3894 mConsoleVRDPServer->Stop(); 3894 3895 3896 CRASHTEST64(("server stopped\n")); 3895 3897 alock.enter(); 3896 3898 } -
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r4247 r4322 986 986 { 987 987 LogFlowMember(("ConsoleVRDPServer::Launch\n")); 988 LogRel(("VRDP: starting the server\n")); RTLogFlush(RTLogRelDefaultInstance()); 988 989 #ifdef VBOX_VRDP 989 990 int rc = VINF_SUCCESS; … … 1067 1068 Assert(VALID_PTR(this)); /** @todo r=bird: there are(/was) some odd cases where this buster was invalid on 1068 1069 * linux. Just remove this when it's 100% sure that problem has been fixed. */ 1070 LogRel(("VRDP: stop the server\n")); RTLogFlush(RTLogRelDefaultInstance()); 1069 1071 #ifdef VBOX_VRDP 1070 1072 if (mhServer)
Note:
See TracChangeset
for help on using the changeset viewer.