diff options
Diffstat (limited to '')
-rw-r--r-- | src/engine/engine.mc | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/engine/engine.mc b/src/engine/engine.mc index d2135839..59a05676 100644 --- a/src/engine/engine.mc +++ b/src/engine/engine.mc | |||
@@ -188,7 +188,7 @@ MessageId=101 | |||
188 | Severity=Success | 188 | Severity=Success |
189 | SymbolicName=MSG_DETECTED_PACKAGE | 189 | SymbolicName=MSG_DETECTED_PACKAGE |
190 | Language=English | 190 | Language=English |
191 | Detected package: %1!ls!, state: %2!hs!, cached: %3!hs! | 191 | Detected package: %1!ls!, state: %2!hs!, cached: %3!hs!, install registration state: %4!hs!, cache registration state: %5!hs! |
192 | . | 192 | . |
193 | 193 | ||
194 | MessageId=102 | 194 | MessageId=102 |
@@ -300,7 +300,7 @@ MessageId=201 | |||
300 | Severity=Success | 300 | Severity=Success |
301 | SymbolicName=MSG_PLANNED_PACKAGE | 301 | SymbolicName=MSG_PLANNED_PACKAGE |
302 | Language=English | 302 | Language=English |
303 | Planned package: %1!ls!, state: %2!hs!, default requested: %3!hs!, ba requested: %4!hs!, execute: %5!hs!, rollback: %6!hs!, cache: %7!hs!, uncache: %8!hs!, dependency: %9!hs! | 303 | Planned package: %1!ls!, state: %2!hs!, default requested: %3!hs!, ba requested: %4!hs!, execute: %5!hs!, rollback: %6!hs!, cache: %7!hs!, uncache: %8!hs!, dependency: %9!hs!, expected install registration state: %10!hs!, expected cache registration state: %11!hs! |
304 | . | 304 | . |
305 | 305 | ||
306 | MessageId=202 | 306 | MessageId=202 |
@@ -829,6 +829,21 @@ Language=English | |||
829 | Session end, registration key: %1!ls!, resume: %2!hs!, restart: %3!hs!, disable resume: %4!hs! | 829 | Session end, registration key: %1!ls!, resume: %2!hs!, restart: %3!hs!, disable resume: %4!hs! |
830 | . | 830 | . |
831 | 831 | ||
832 | MessageId=373 | ||
833 | Severity=Success | ||
834 | SymbolicName=MSG_POST_APPLY_CALCULATE_REGISTRATION | ||
835 | Language=English | ||
836 | Calculating whether to keep registration | ||
837 | . | ||
838 | |||
839 | |||
840 | MessageId=374 | ||
841 | Severity=Success | ||
842 | SymbolicName=MSG_POST_APPLY_PACKAGE | ||
843 | Language=English | ||
844 | package: %1!ls!, install registration state: %2!hs!, cache registration state: %3!hs! | ||
845 | . | ||
846 | |||
832 | MessageId=380 | 847 | MessageId=380 |
833 | Severity=Warning | 848 | Severity=Warning |
834 | SymbolicName=MSG_APPLY_SKIPPED | 849 | SymbolicName=MSG_APPLY_SKIPPED |