Changeset 30455 in vbox for trunk/src/VBox
- Timestamp:
- Jun 28, 2010 7:19:13 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63127
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r30437 r30455 450 450 if scev: 451 451 print "state event: mach=%s state=%s" %(scev.machineId, scev.state) 452 # We need to catch all exceptions here, otherwise callback will never be unregistered 452 # otherwise waitable events will leak 453 vbox.eventSource.eventProcessed(listener, ev) 454 # We need to catch all exceptions here, otherwise listener will never be unregistered 453 455 except Exception, e: 454 456 printErr(ctx,e)
Note:
See TracChangeset
for help on using the changeset viewer.