Changeset 69589 in vbox
- Timestamp:
- Nov 5, 2017 10:52:55 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118939
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r69587 r69589 1490 1490 reporter.log('_teardownVBoxApi: No XPCOM interfaces or objects active. (hrc=%#x)' % (hrc,)); 1491 1491 else: 1492 reporter.log('_teardownVBoxApi: %s XPCOM objects and %s interfaces still around! (hrc=%#x)' 1492 reporter.log('_teardownVBoxApi: %s XPCOM objects and %s interfaces still around! (hrc=%#x)' 1493 1493 % (cObjs, cIfs, hrc)); 1494 1494 if hasattr(_xpcom, '_DumpInterfaces'):
Note:
See TracChangeset
for help on using the changeset viewer.