| Index: telemetry/telemetry/internal/platform/tracing_controller_backend.py
|
| diff --git a/telemetry/telemetry/internal/platform/tracing_controller_backend.py b/telemetry/telemetry/internal/platform/tracing_controller_backend.py
|
| index c42b87f8fd597f8d170d2429f66ce58329919546..19c06e53022455bf12393a80ad37680114989791 100644
|
| --- a/telemetry/telemetry/internal/platform/tracing_controller_backend.py
|
| +++ b/telemetry/telemetry/internal/platform/tracing_controller_backend.py
|
| @@ -152,7 +152,7 @@ class TracingControllerBackend(object):
|
|
|
| if raised_exception_messages:
|
| raise TracingControllerStoppedError(
|
| - 'Exceptions raised when trying to stop tracing:\n' +
|
| + 'Exceptions raised when trying to flush tracing:\n' +
|
| '\n'.join(raised_exception_messages))
|
|
|
| def StartAgentTracing(self, config, timeout):
|
|
|