Skip to content

Commit 170dc9c

Browse files
authored
Update FTP extension name in log messages (#3900)
Signed-off-by: Timothy Johnson <[email protected]>
1 parent a1d9066 commit 170dc9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/zowe-explorer-ftp-extension/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum
77
### Bug fixes
88

99
- Updated Zowe SDKs to `8.27.2` for technical currency. [#3890](https://github.com/zowe/zowe-explorer-vscode/pull/3890)
10+
- Updated extension name that is displayed in log messages. [#3900](https://github.com/zowe/zowe-explorer-vscode/pull/3900)
1011

1112
## `3.3.0`
1213

packages/zowe-explorer-ftp-extension/src/globals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ import { imperative, IZoweLogger, ZoweVsCodeExtension } from "@zowe/zowe-explore
1313
import { join as joinPath } from "path";
1414
import { FtpSession } from "./ftpSession";
1515

16-
export const LOGGER = new IZoweLogger("Zowe Explorer FTP Extension", ZoweVsCodeExtension.customLoggingPath ?? joinPath(__dirname, "..", ".."));
16+
export const LOGGER = new IZoweLogger("Zowe® Explorer for IBM® z/OS® FTP", ZoweVsCodeExtension.customLoggingPath ?? joinPath(__dirname, "..", ".."));
1717
export const SESSION_MAP = new Map<imperative.IProfileLoaded, FtpSession>();

0 commit comments

Comments
 (0)