Changeset 107745 in vbox
- Timestamp:
- Jan 14, 2025 10:11:28 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r107741 r107745 1148 1148 if (details != VMINFO_MACHINEREADABLE) 1149 1149 { 1150 Bstr settingsFilePath ;1150 Bstr settingsFilePath("<Error>"); 1151 1151 CHECK_ERROR(machine, COMGETTER(SettingsFilePath)(settingsFilePath.asOutParam())); 1152 RTPrintf(Info::tr("Config file: %ls\n"), SUCCEEDED(hrc) ? settingsFilePath.raw() : L"<Error>");1152 RTPrintf(Info::tr("Config file: %ls\n"), settingsFilePath.raw()); 1153 1153 1154 1154 Bstr strCipher;
Note:
See TracChangeset
for help on using the changeset viewer.