diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-27 16:23:19 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-27 20:38:48 -0600 |
commit | 84e3b69bdd1b6811dec8041ebc2a23020ac4c179 (patch) | |
tree | b2ae65f40b8a14635a8854e52193977bb1aed4cb /src/engine/core.cpp | |
parent | a563fb99daca852422d61ae8599a3dc32fa1bfe6 (diff) | |
download | wix-84e3b69bdd1b6811dec8041ebc2a23020ac4c179.tar.gz wix-84e3b69bdd1b6811dec8041ebc2a23020ac4c179.tar.bz2 wix-84e3b69bdd1b6811dec8041ebc2a23020ac4c179.zip |
Always call PlanDump, and make it log at the REPORT_DEBUG level.
Fixes #6327.
Diffstat (limited to 'src/engine/core.cpp')
-rw-r--r-- | src/engine/core.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/core.cpp b/src/engine/core.cpp index d157d3b3..5b2454dc 100644 --- a/src/engine/core.cpp +++ b/src/engine/core.cpp | |||
@@ -491,9 +491,7 @@ extern "C" HRESULT CorePlan( | |||
491 | // Finally, display all packages and related bundles in the log. | 491 | // Finally, display all packages and related bundles in the log. |
492 | LogPackages(pUpgradeBundlePackage, pForwardCompatibleBundlePackage, &pEngineState->packages, &pEngineState->registration.relatedBundles, action); | 492 | LogPackages(pUpgradeBundlePackage, pForwardCompatibleBundlePackage, &pEngineState->packages, &pEngineState->registration.relatedBundles, action); |
493 | 493 | ||
494 | #ifdef DEBUG | ||
495 | PlanDump(&pEngineState->plan); | 494 | PlanDump(&pEngineState->plan); |
496 | #endif | ||
497 | 495 | ||
498 | LExit: | 496 | LExit: |
499 | if (fActivated) | 497 | if (fActivated) |