aboutsummaryrefslogtreecommitdiff
path: root/src/engine/registration.cpp
diff options
context:
space:
mode:
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 }