Changeset 24878 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 23, 2009 4:33:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImplTeleporter.cpp
r24874 r24878 1034 1034 if (pProgress->setCancelCallback(teleporterProgressCancelCallback, pvUser)) 1035 1035 { 1036 LogRel(("Teleporter: Waiting for incoming VM...\n")); 1036 1037 vrc = RTTcpServerListen(hServer, Console::teleporterTrgServeConnection, &State); 1037 1038 pProgress->setCancelCallback(NULL, NULL); … … 1194 1195 if (RT_FAILURE(vrc)) 1195 1196 return VINF_SUCCESS; 1197 LogRel(("Teleporter: Incoming VM!\n")); 1196 1198 1197 1199 /*
Note:
See TracChangeset
for help on using the changeset viewer.