aboutsummaryrefslogtreecommitdiff
path: root/src/engine/logging.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-04-16 09:40:18 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-04-19 23:12:55 -0500
commit941c47e5a3f57ce9626b447a95740b1444e69343 (patch)
tree6225b78f5fc7c8f88a2abf187a6a76d45b36ec26 /src/engine/logging.h
parentd32f770ca05748df9e356444c7e617d5eeedb60c (diff)
downloadwix-941c47e5a3f57ce9626b447a95740b1444e69343.tar.gz
wix-941c47e5a3f57ce9626b447a95740b1444e69343.tar.bz2
wix-941c47e5a3f57ce9626b447a95740b1444e69343.zip
Detect a package as cached if any of its payloads exist.
Detect is supposed to be fast, so it can't fully verify every payload for every package. The engine was wasting its time by trying to verify file sizes without the hash. Even worse, it was making decisions during planning based on that insufficient verification. Contributes to #3640
Diffstat (limited to 'src/engine/logging.h')
-rw-r--r--src/engine/logging.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/logging.h b/src/engine/logging.h
index a69e34c5..601039f9 100644
--- a/src/engine/logging.h
+++ b/src/engine/logging.h
@@ -94,10 +94,6 @@ LPCSTR LoggingPackageRegistrationStateToString(
94 __in BURN_PACKAGE_REGISTRATION_STATE registrationState 94 __in BURN_PACKAGE_REGISTRATION_STATE registrationState
95 ); 95 );
96 96
97LPCSTR LoggingCacheStateToString(
98 __in BURN_CACHE_STATE cacheState
99 );
100
101LPCSTR LoggingMsiFeatureStateToString( 97LPCSTR LoggingMsiFeatureStateToString(
102 __in BOOTSTRAPPER_FEATURE_STATE featureState 98 __in BOOTSTRAPPER_FEATURE_STATE featureState
103 ); 99 );