File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ The XenAPI
251251We already store error information in the XenAPI "Task" object and so we
252252can store backtraces at the same time. We shall add a field "backtrace"
253253which will have type "string" but which will contain s-expression encoded
254- backtrace data. Clients should not attempt to parse this string: it's
254+ backtrace data. Clients should not attempt to parse this string: its
255255contents may change in future. The reason it is different from the json
256256mentioned before is that it also contains host and process information
257257supplied by Xapi, and may be extended in future to contain other diagnostic
@@ -294,5 +294,5 @@ the backtrace is appended to the current Task backtrace. From the client's
294294point of view the final exception should look the same, but Xapi will have
295295a chance to see and log the whole backtrace.
296296
297- As a side-effect, it is possible to SM plugins to throw XenAPI errors directly,
297+ As a side-effect, it is possible for SM plugins to throw XenAPI errors directly,
298298without interpretation by Xapi.
You can’t perform that action at this time.
0 commit comments