diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-06-21 20:47:39 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-06-22 08:13:44 -0400 |
| commit | c5b1c40cd44145a24cb82349d988e7abdd0b94d5 (patch) | |
| tree | 48fc8a2ee4af4b17741225a61647d89182f7eace /src/burn/engine/core.cpp | |
| parent | 34d99cb07df7519c273aa352185df3a7e4a01bb9 (diff) | |
| download | wix-c5b1c40cd44145a24cb82349d988e7abdd0b94d5.tar.gz wix-c5b1c40cd44145a24cb82349d988e7abdd0b94d5.tar.bz2 wix-c5b1c40cd44145a24cb82349d988e7abdd0b94d5.zip | |
Minor improvements to Burn, tests, and doc.
Diffstat (limited to 'src/burn/engine/core.cpp')
| -rw-r--r-- | src/burn/engine/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/core.cpp b/src/burn/engine/core.cpp index 926c327b..956ef041 100644 --- a/src/burn/engine/core.cpp +++ b/src/burn/engine/core.cpp | |||
| @@ -383,7 +383,7 @@ extern "C" HRESULT CoreDetect( | |||
| 383 | pEngineState->registration.fEligibleForCleanup = FALSE; | 383 | pEngineState->registration.fEligibleForCleanup = FALSE; |
| 384 | } | 384 | } |
| 385 | 385 | ||
| 386 | LogId(REPORT_STANDARD, MSG_DETECTED_PACKAGE, pPackage->sczId, LoggingPackageStateToString(pPackage->currentState), LoggingBoolToString(pPackage->fCached), LoggingPackageRegistrationStateToString(pPackage->fCanAffectRegistration, pPackage->installRegistrationState), LoggingPackageRegistrationStateToString(pPackage->fCanAffectRegistration, pPackage->cacheRegistrationState), LoggingPackageScopeToString(pPackage->scope), LoggingInstallScopeToString(pPackage->fDetectedPerMachine)); | 386 | LogId(REPORT_STANDARD, MSG_DETECTED_PACKAGE, pPackage->sczId, LoggingPackageStateToString(pPackage->currentState), BURN_PACKAGE_TYPE_MSI == pPackage->type ? LoggingBoolToString(pPackage->fCached) : "(not configurable scope)", LoggingPackageRegistrationStateToString(pPackage->fCanAffectRegistration, pPackage->installRegistrationState), LoggingPackageRegistrationStateToString(pPackage->fCanAffectRegistration, pPackage->cacheRegistrationState), LoggingPackageScopeToString(pPackage->scope), LoggingInstallScopeToString(pPackage->fDetectedPerMachine)); |
| 387 | 387 | ||
| 388 | if (BURN_PACKAGE_TYPE_MSI == pPackage->type) | 388 | if (BURN_PACKAGE_TYPE_MSI == pPackage->type) |
| 389 | { | 389 | { |
