diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/TestBA/TestBA.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestBA/TestBA.cs b/src/test/burn/TestBA/TestBA.cs index 01109911..43c1584b 100644 --- a/src/test/burn/TestBA/TestBA.cs +++ b/src/test/burn/TestBA/TestBA.cs | |||
@@ -299,7 +299,7 @@ namespace WixToolset.Test.BA | |||
299 | args.CacheType = cacheType; | 299 | args.CacheType = cacheType; |
300 | } | 300 | } |
301 | 301 | ||
302 | this.Log("OnPlanPackageBegin() - id: {0}, defaultState: {1}, requestedState: {2}, defaultCache: {3}, requestedCache: {4}", args.PackageId, args.RecommendedState, args.State, args.RecommendedCacheType, args.CacheType); | 302 | this.Log("OnPlanPackageBegin() - id: {0}, currentState: {1}, defaultState: {2}, requestedState: {3}, defaultCache: {4}, requestedCache: {5}", args.PackageId, args.CurrentState, args.RecommendedState, args.State, args.RecommendedCacheType, args.CacheType); |
303 | } | 303 | } |
304 | 304 | ||
305 | protected override void OnPlanPatchTarget(PlanPatchTargetEventArgs args) | 305 | protected override void OnPlanPatchTarget(PlanPatchTargetEventArgs args) |