Skip to content

Commit aa5dfc3

Browse files
author
Keegan Irby
committed
Change info message text
1 parent 2896328 commit aa5dfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/awsService/cloudWatchLogs/commands/tailLogGroup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export async function tailLogGroup(
4545
if (registry.has(uriToKey(session.uri))) {
4646
await vscode.window.showTextDocument(session.uri, { preview: false })
4747
void vscode.window.showInformationMessage(
48-
`Opening already running session's document. Found running session that matches new request.`
48+
`Switching editor to an existing session. Found running session that matches request.`
4949
)
5050
span.record({
5151
result: 'Succeeded',

0 commit comments

Comments
 (0)