Skip to content

Commit

Permalink
Correct output channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Feb 28, 2024
1 parent cf25ad8 commit 33541f2
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 33541f2

Please sign in to comment.