- Timestamp:
- Dec 3, 2015 10:20:36 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r58951 r58966 2090 2090 * VBoxSVC instance. 2091 2091 */ 2092 2092 hrc = i_runSetUidToRootHelper(NULL, 2093 2093 "cleanup", 2094 2094 "--base-dir", m->strBaseDir.c_str(), … … 2617 2617 2618 2618 hrc = i_isThereAnyRunningVM(); 2619 if (SUCCEEDED(hrc))2619 if (SUCCEEDED(hrc)) 2620 2620 { 2621 2621 LogRel(("Install extension pack '%s' failed because at least one VM is still running.", pStrName->c_str())); … … 2754 2754 2755 2755 hrc = i_isThereAnyRunningVM(); 2756 if (SUCCEEDED(hrc))2756 if (SUCCEEDED(hrc)) 2757 2757 { 2758 2758 LogRel(("Uninstall extension pack '%s' failed because at least one VM is still running.", a_pstrName->c_str()));
Note:
See TracChangeset
for help on using the changeset viewer.