Changeset 36974 in vbox
- Timestamp:
- May 5, 2011 4:48:27 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71581
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r36973 r36974 925 925 * 926 926 * @return IPRT status code. 927 * @param ppszDestRoot 927 * @param ppszDestRoot Receives pointer of allocated destination root. 928 928 * @param sourceEntry Source entry to determine the destination root for. 929 929 * @param pszDest Original destination string to use. … … 1250 1250 && vrc == VERR_FILE_NOT_FOUND) 1251 1251 { 1252 RTPrintf("Warning: Source \" \%s\" does not exist, skipping!\n",1252 RTPrintf("Warning: Source \"%s\" does not exist, skipping!\n", 1253 1253 vecSources[s].mSource.c_str()); 1254 1254 }
Note:
See TracChangeset
for help on using the changeset viewer.