diff options
Diffstat (limited to 'src/engine/engine.mc')
-rw-r--r-- | src/engine/engine.mc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/engine/engine.mc b/src/engine/engine.mc index f03bc1ea..0e19d3bb 100644 --- a/src/engine/engine.mc +++ b/src/engine/engine.mc | |||
@@ -724,6 +724,13 @@ Language=English | |||
724 | Acquiring package: %1!ls!, payload: %2!ls!, %3!hs! from: %4!ls! | 724 | Acquiring package: %1!ls!, payload: %2!ls!, %3!hs! from: %4!ls! |
725 | . | 725 | . |
726 | 726 | ||
727 | MessageId=347 | ||
728 | Severity=Warning | ||
729 | SymbolicName=MSG_APPLY_RETRYING_CONTAINER | ||
730 | Language=English | ||
731 | Application requested retry of container: %2!ls!, encountered error: %1!ls!. Retrying... | ||
732 | . | ||
733 | |||
727 | MessageId=348 | 734 | MessageId=348 |
728 | Severity=Warning | 735 | Severity=Warning |
729 | SymbolicName=MSG_APPLY_RETRYING_PACKAGE | 736 | SymbolicName=MSG_APPLY_RETRYING_PACKAGE |
@@ -780,6 +787,20 @@ Language=English | |||
780 | Unable to register source directory: %1!ls!, product: %2!ls!, reason: 0x%3!x!. Continuing... | 787 | Unable to register source directory: %1!ls!, product: %2!ls!, reason: 0x%3!x!. Continuing... |
781 | . | 788 | . |
782 | 789 | ||
790 | MessageId=356 | ||
791 | Severity=Warning | ||
792 | SymbolicName=MSG_APPLY_RETRYING_ACQUIRE_CONTAINER | ||
793 | Language=English | ||
794 | Application requested retry acquire of container: %2!ls!, encountered error: %1!ls!. Retrying... | ||
795 | . | ||
796 | |||
797 | MessageId=357 | ||
798 | Severity=Warning | ||
799 | SymbolicName=MSG_APPLY_RETRYING_ACQUIRE_PAYLOAD | ||
800 | Language=English | ||
801 | Application requested retry acquire of payload: %2!ls!, encountered error: %1!ls!. Retrying... | ||
802 | . | ||
803 | |||
783 | MessageId=358 | 804 | MessageId=358 |
784 | Severity=Success | 805 | Severity=Success |
785 | SymbolicName=MSG_PAUSE_AU_STARTING | 806 | SymbolicName=MSG_PAUSE_AU_STARTING |