Apply suggestions from code review

Adjust punctuation and space.
This commit is contained in:
Angela Fleischmann
2022-11-07 15:39:45 -07:00
committed by GitHub
parent eea207d7cf
commit fb4d4d673e

View File

@ -49,13 +49,17 @@ The following table describes some log files and how to use them for troubleshoo
A setupact.log or setuperr.log entry (files are located at C:\Windows) includes the following elements: A setupact.log or setuperr.log entry (files are located at C:\Windows) includes the following elements:
1. **The date and time** - 2016-09-08 09:20:05. 1. **The date and time** - 2016-09-08 09:20:05
2. **The log level** - Info, Warning, Error, Fatal Error.
3. **The logging component** - CONX, MOUPG, PANTHR, SP, IBSLIB, MIG, DISM, CSI, CBS. 2. **The log level** - Info, Warning, Error, Fatal Error
3. **The logging component** - CONX, MOUPG, PANTHR, SP, IBSLIB, MIG, DISM, CSI, CBS
The logging components SP (setup platform), MIG (migration engine), and CONX (compatibility information) are useful for troubleshooting Windows Setup errors.
The logging components SP (setup platform), MIG (migration engine), and CONX (compatibility information) are useful for troubleshooting Windows Setup errors.
4. **The message** - Operation completed successfully. 4. **The message** - Operation completed successfully.