Changeset 66186 in vbox
- Timestamp:
- Mar 21, 2017 5:31:47 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114098
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r66185 r66186 1203 1203 } 1204 1204 if (pszDigest) 1205 { 1205 1206 RTPrintf("License accepted. For batch installaltion add \n" 1206 1207 " --accept-license=%s\n" 1207 1208 "to the VBoxManage command line.\n\n", pszDigest); 1209 RTStrFree(pszDigest); 1210 } 1208 1211 } 1209 1212 }
Note:
See TracChangeset
for help on using the changeset viewer.