diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-17 21:07:27 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:12:55 -0500 |
| commit | 707e77212e105cd7fa8a74baca6efa3ae3e6d6b3 (patch) | |
| tree | a41fbee3aa77378248778f8b6ba6e3a9a1300f4c /src/engine/engine.mc | |
| parent | d4c76dd11f5a096b4fd3ee9c5efc1f44559ac3da (diff) | |
| download | wix-707e77212e105cd7fa8a74baca6efa3ae3e6d6b3.tar.gz wix-707e77212e105cd7fa8a74baca6efa3ae3e6d6b3.tar.bz2 wix-707e77212e105cd7fa8a74baca6efa3ae3e6d6b3.zip | |
Clean up caching log messages.
Diffstat (limited to 'src/engine/engine.mc')
| -rw-r--r-- | src/engine/engine.mc | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/src/engine/engine.mc b/src/engine/engine.mc index 6e0695bc..25d5b4e4 100644 --- a/src/engine/engine.mc +++ b/src/engine/engine.mc | |||
| @@ -717,13 +717,6 @@ Language=English | |||
| 717 | Acquiring container: %1!ls!, %3!hs! from: %4!ls! | 717 | Acquiring container: %1!ls!, %3!hs! from: %4!ls! |
| 718 | . | 718 | . |
| 719 | 719 | ||
| 720 | MessageId=337 | ||
| 721 | Severity=Success | ||
| 722 | SymbolicName=MSG_ACQUIRE_CONTAINER_PAYLOAD | ||
| 723 | Language=English | ||
| 724 | Acquiring container: %1!ls!, payload: %2!ls!, %3!hs! from: %4!ls! | ||
| 725 | . | ||
| 726 | |||
| 727 | MessageId=338 | 720 | MessageId=338 |
| 728 | Severity=Success | 721 | Severity=Success |
| 729 | SymbolicName=MSG_ACQUIRE_PACKAGE_PAYLOAD | 722 | SymbolicName=MSG_ACQUIRE_PACKAGE_PAYLOAD |
| @@ -738,25 +731,39 @@ Language=English | |||
| 738 | Failed to verify container: %2!ls! at path: %3!ls!, error: %1!ls!. Deleting file. | 731 | Failed to verify container: %2!ls! at path: %3!ls!, error: %1!ls!. Deleting file. |
| 739 | . | 732 | . |
| 740 | 733 | ||
| 734 | MessageId=340 | ||
| 735 | Severity=Warning | ||
| 736 | SymbolicName=MSG_CACHE_CONTINUING_NONVITAL_PACKAGE | ||
| 737 | Language=English | ||
| 738 | Cached non-vital package: %1!ls!, encountered error: 0x%2!x!. Continuing... | ||
| 739 | . | ||
| 740 | |||
| 741 | MessageId=346 | ||
| 742 | Severity=Warning | ||
| 743 | SymbolicName=MSG_CACHE_RETRYING_PACKAGE | ||
| 744 | Language=English | ||
| 745 | Application requested retry of caching package: %1!ls!, encountered error: 0x%2!x!. Retrying... | ||
| 746 | . | ||
| 747 | |||
| 741 | MessageId=347 | 748 | MessageId=347 |
| 742 | Severity=Warning | 749 | Severity=Warning |
| 743 | SymbolicName=MSG_APPLY_RETRYING_CONTAINER | 750 | SymbolicName=MSG_CACHE_RETRYING_CONTAINER |
| 744 | Language=English | 751 | Language=English |
| 745 | Application requested retry of container: %2!ls!, encountered error: %1!ls!. Retrying... | 752 | Application requested retry of caching container: %2!ls!, encountered error: %1!ls!. Retrying... |
| 746 | . | 753 | . |
| 747 | 754 | ||
| 748 | MessageId=348 | 755 | MessageId=348 |
| 749 | Severity=Warning | 756 | Severity=Warning |
| 750 | SymbolicName=MSG_APPLY_RETRYING_PACKAGE | 757 | SymbolicName=MSG_APPLY_RETRYING_PACKAGE |
| 751 | Language=English | 758 | Language=English |
| 752 | Application requested retry of package: %1!ls!, encountered error: 0x%2!x!. Retrying... | 759 | Application requested retry of executing package: %1!ls!, encountered error: 0x%2!x!. Retrying... |
| 753 | . | 760 | . |
| 754 | 761 | ||
| 755 | MessageId=349 | 762 | MessageId=349 |
| 756 | Severity=Warning | 763 | Severity=Warning |
| 757 | SymbolicName=MSG_APPLY_RETRYING_PAYLOAD | 764 | SymbolicName=MSG_CACHE_RETRYING_PAYLOAD |
| 758 | Language=English | 765 | Language=English |
| 759 | Application requested retry of payload: %2!ls!, encountered error: %1!ls!. Retrying... | 766 | Application requested retry of caching payload: %2!ls!, encountered error: %1!ls!. Retrying... |
| 760 | . | 767 | . |
| 761 | 768 | ||
| 762 | MessageId=350 | 769 | MessageId=350 |
