diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 09:20:15 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 20:38:36 +1000 |
| commit | 453bec104676c7dd808a20eaf30db9c918bed1e7 (patch) | |
| tree | c07b2f62d0c9ea0380392b3ba7ed7e29339408b9 /src/engine/registration.cpp | |
| parent | 04f279ab8659c9e4c6c6c796548da01eca1e7615 (diff) | |
| download | wix-453bec104676c7dd808a20eaf30db9c918bed1e7.tar.gz wix-453bec104676c7dd808a20eaf30db9c918bed1e7.tar.bz2 wix-453bec104676c7dd808a20eaf30db9c918bed1e7.zip | |
Update to latest dutil.
Diffstat (limited to 'src/engine/registration.cpp')
| -rw-r--r-- | src/engine/registration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/registration.cpp b/src/engine/registration.cpp index 93c990f5..bbde92b3 100644 --- a/src/engine/registration.cpp +++ b/src/engine/registration.cpp | |||
| @@ -893,7 +893,7 @@ extern "C" HRESULT RegistrationSessionEnd( | |||
| 893 | 893 | ||
| 894 | if (FAILED(hr)) | 894 | if (FAILED(hr)) |
| 895 | { | 895 | { |
| 896 | ExitTrace(hr, "Failed to write volatile reboot required registry key."); | 896 | ExitTraceSource(DUTIL_SOURCE_DEFAULT, hr, "Failed to write volatile reboot required registry key."); |
| 897 | hr = S_OK; | 897 | hr = S_OK; |
| 898 | } | 898 | } |
| 899 | } | 899 | } |
