- Timestamp:
- Aug 23, 2007 7:04:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r4322 r4325 1068 1068 Assert(VALID_PTR(this)); /** @todo r=bird: there are(/was) some odd cases where this buster was invalid on 1069 1069 * linux. Just remove this when it's 100% sure that problem has been fixed. */ 1070 LogRel(("VRDP: stop the server \n")); RTLogFlush(RTLogRelDefaultInstance());1070 LogRel(("VRDP: stop the server mhServer %p\n", mhServer)); RTLogFlush(RTLogRelDefaultInstance()); 1071 1071 #ifdef VBOX_VRDP 1072 1072 if (mhServer)
Note:
See TracChangeset
for help on using the changeset viewer.