diff options
Diffstat (limited to 'src/burn/engine/cache.cpp')
-rw-r--r-- | src/burn/engine/cache.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/burn/engine/cache.cpp b/src/burn/engine/cache.cpp index a23ce9ed..01237162 100644 --- a/src/burn/engine/cache.cpp +++ b/src/burn/engine/cache.cpp | |||
@@ -1144,8 +1144,7 @@ extern "C" HRESULT CacheCompletePayload( | |||
1144 | } | 1144 | } |
1145 | else // if the working path and unverified path do not exist, nothing we can do. | 1145 | else // if the working path and unverified path do not exist, nothing we can do. |
1146 | { | 1146 | { |
1147 | hr = E_FILENOTFOUND; | 1147 | ExitWithRootFailure(hr, E_FILENOTFOUND, "Failed to find payload: %ls in working path: %ls and unverified path: %ls", pPayload->sczKey, wzWorkingPayloadPath, sczUnverifiedPayloadPath); |
1148 | ExitOnFailure(hr, "Failed to find payload: %ls in working path: %ls and unverified path: %ls", pPayload->sczKey, wzWorkingPayloadPath, sczUnverifiedPayloadPath); | ||
1149 | } | 1148 | } |
1150 | 1149 | ||
1151 | hr = ResetPathPermissions(fPerMachine, sczUnverifiedPayloadPath); | 1150 | hr = ResetPathPermissions(fPerMachine, sczUnverifiedPayloadPath); |