Skip to content

Commit

Permalink
Merge pull request #28 from gjsjohnmurray/aqua-sturgeon
Browse files Browse the repository at this point in the history
Correct output channel name
  • Loading branch information
gjsjohnmurray authored Feb 28, 2024
2 parents cf25ad8 + 33541f2 commit 90966d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class VSCodeLogger implements ILogger {

private _print(...args: any[]) {
if (!this._outputChannel) {
this._outputChannel = vscode.window.createOutputChannel("InterSystems Server Manager");
this._outputChannel = vscode.window.createOutputChannel("InterSystems Testing Manager");
}

const msg = args
Expand Down

0 comments on commit 90966d0

Please sign in to comment.