aboutsummaryrefslogtreecommitdiff
path: root/src/engine/registration.cpp
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-24 09:20:15 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-24 20:38:36 +1000
commit453bec104676c7dd808a20eaf30db9c918bed1e7 (patch)
treec07b2f62d0c9ea0380392b3ba7ed7e29339408b9 /src/engine/registration.cpp
parent04f279ab8659c9e4c6c6c796548da01eca1e7615 (diff)
downloadwix-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.cpp2
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 }