diff options
Diffstat (limited to 'src/burn')
-rw-r--r-- | src/burn/engine/apply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/apply.cpp b/src/burn/engine/apply.cpp index 9a1a7bf9..f3b05cf8 100644 --- a/src/burn/engine/apply.cpp +++ b/src/burn/engine/apply.cpp | |||
@@ -1798,7 +1798,7 @@ static HRESULT AcquireContainerOrPayload( | |||
1798 | 1798 | ||
1799 | break; | 1799 | break; |
1800 | default: | 1800 | default: |
1801 | LogExitWithRootFailure(hr, E_FILENOTFOUND, MSG_RESOLVE_SOURCE_FAILED, "Failed to resolve source, payload: %ls, package: %ls, container: %ls", wzPayloadId, pPackage ? pPackage->sczId : NULL, pContainer ? pContainer->sczId : NULL); | 1801 | LogExitWithRootFailure(hr, E_FILENOTFOUND, MSG_RESOLVE_SOURCE_FAILED, "Failed to resolve source, payload: %ls, package: %ls, container: %ls", wzPayloadId ? wzPayloadId : L"n/a", pPackage ? pPackage->sczId : L"n/a", pContainer ? pContainer->sczId : L"n/a"); |
1802 | } | 1802 | } |
1803 | 1803 | ||
1804 | // Send 100% complete here. This is sometimes the only progress sent to the BA. | 1804 | // Send 100% complete here. This is sometimes the only progress sent to the BA. |