Changeset 56978 in vbox for trunk/src/VBox/Runtime/tools/RTManifest.cpp
- Timestamp:
- Jul 18, 2015 6:55:25 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101690
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTManifest.cpp
r56290 r56978 76 76 return RTMsgErrorExit(RTEXITCODE_FAILURE, 77 77 "RTVfsChainOpenIoStream failed with rc=%Rrc:\n" 78 " '%s'\n" ,78 " '%s'\n" 79 79 " %*s^\n", 80 80 rc, pszManifest, pszError - pszManifest, ""); … … 151 151 if (pszError && *pszError) 152 152 RTMsgError("RTVfsChainOpenIoStream failed with rc=%Rrc:\n" 153 " '%s'\n" ,153 " '%s'\n" 154 154 " %*s^\n", 155 155 rc, pszFilename, pszError - pszFilename, ""); … … 161 161 rc = RTManifestEntryAddIoStream(hManifest, hVfsIos, pszFilename, fAttr); 162 162 if (RT_FAILURE(rc)) 163 RTMsgError("RTManifestEntryAddIoStream failed for '%s': %Rrc", rc);163 RTMsgError("RTManifestEntryAddIoStream failed for '%s': %Rrc", pszFilename, rc); 164 164 165 165 RTVfsIoStrmRelease(hVfsIos); … … 207 207 return RTMsgErrorExit(RTEXITCODE_FAILURE, 208 208 "RTVfsChainOpenIoStream failed with rc=%Rrc:\n" 209 " '%s'\n" ,209 " '%s'\n" 210 210 " %*s^\n", 211 211 rc, pszManifest, pszError - pszManifest, "");
Note:
See TracChangeset
for help on using the changeset viewer.