aboutsummaryrefslogtreecommitdiff
path: root/src/engine/core.cpp
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-01-27 16:23:19 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-27 20:38:48 -0600
commit84e3b69bdd1b6811dec8041ebc2a23020ac4c179 (patch)
treeb2ae65f40b8a14635a8854e52193977bb1aed4cb /src/engine/core.cpp
parenta563fb99daca852422d61ae8599a3dc32fa1bfe6 (diff)
downloadwix-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.cpp2
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
498LExit: 496LExit:
499 if (fActivated) 497 if (fActivated)