Update CONTRIBUTING.md

Ben Hillis committed Jan 31, 2019 at 14:26 UTC 0df22bea809bccce4645f1798db6718be46a4694
1 file changed +4 -4
CONTRIBUTING.md
+4 -4
@@ -97,14 +97,14 @@ $ strace -ff -o <outputfile> <command>
97 ```
98
99 ### 8) Detailed Logs
100 -Some bugs will require more detailed logs to help determine the cause. There is a CMD command to start detailed logging and another to stop. The logs are generated locally into the working directory.
100 +Some bugs will require more detailed logs to help determine the cause. There is a command to start detailed logging and another to stop. The logs are generated locally into the working directory.
101
102 #### Start collecting logs
103
104 ```
105 -logman.exe create trace lxcore_kernel -p {0CD1C309-0878-4515-83DB-749843B3F5C9} -mode 0x00000008 -ft 10:00 -o .\lxcore_kernel.etl -ets
106 -logman.exe create trace lxcore_user -p {D90B9468-67F0-5B3B-42CC-82AC81FFD960} -ft 1:00 -rt -o .\lxcore_user.etl -ets
107 -logman.exe create trace lxcore_service -p {B99CDB5A-039C-5046-E672-1A0DE0A40211} -ft 1:00 -rt -o .\lxcore_service.etl -ets
105 +logman.exe create trace lxcore_kernel -p "{0CD1C309-0878-4515-83DB-749843B3F5C9}" -mode 0x00000008 -ft 10:00 -o .\lxcore_kernel.etl -ets
106 +logman.exe create trace lxcore_user -p "{D90B9468-67F0-5B3B-42CC-82AC81FFD960}" -ft 1:00 -rt -o .\lxcore_user.etl -ets
107 +logman.exe create trace lxcore_service -p "{B99CDB5A-039C-5046-E672-1A0DE0A40211}" -ft 1:00 -rt -o .\lxcore_service.etl -ets
108 ```
109
110 #### Stop collecting logs