Skip to content

Commit 1add839

Browse files
authored
Update warning message for parallel builds
1 parent 1b7319e commit 1add839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/buildtool/+matlab/+buildtool/+plugins/OpenTelemetryPlugin.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function runBuild(plugin, pluginData)
1212
p = gcp("nocreate");
1313
if ~isempty(p)
1414
warning("opentelemetry:buildtool:OpenTelemetryPlugin:NoParallelEmit", ...
15-
"Tasks run on parallel workers will not emit telemetry data");
15+
"Tasks executed on parallel workers do not emit telemetry data.");
1616
end
1717

1818
% Configure by attaching to span if passed in via environment
@@ -194,4 +194,4 @@ function cleanupOTel(span)
194194
otellp = opentelemetry.logs.Provider.getLoggerProvider;
195195
opentelemetry.sdk.common.Cleanup.forceFlush(otellp, timeout);
196196
opentelemetry.sdk.common.Cleanup.shutdown(otellp);
197-
end
197+
end

0 commit comments

Comments
 (0)