- Timestamp:
- Jun 4, 2007 7:23:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r3034 r3037 3272 3272 { 3273 3273 LogFlowThisFunc (("Device not found.\n")); 3274 if (mMachineState < MachineState_Running) 3274 if (mMachineState < MachineState_Running || 3275 mMachineState == MachineState_Stopping) 3275 3276 { 3276 3277 LogFlowThisFunc (("Detach request ignored (mMachineState=%d).\n",
Note:
See TracChangeset
for help on using the changeset viewer.