Skip to content

Commit

Permalink
Merge pull request #540 from zowe/bugfix/wrong-message
Browse files Browse the repository at this point in the history
Fix an incorrect ZIS message
  • Loading branch information
1000TurquoisePogs authored Nov 17, 2022
2 parents 17186cb + 46702ef commit b1c850c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/zis/message.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
#define ZISDYN_LOG_TERM_MSG_TEXT "ZIS Dynamic Base plugin terminating"
#define ZISDYN_LOG_TERM_MSG ZISDYN_LOG_TERM_MSG_ID" "ZISDYN_LOG_TERM_MSG_TEXT

#define ZISDYN_LOG_TERMED_MSG_ID ZIS_MSG_PRFX"02045"
#define ZISDYN_LOG_TERMED_MSG_ID ZIS_MSG_PRFX"0205I"
#define ZISDYN_LOG_TERMED_MSG_TEXT "ZIS Dynamic Base plugin successfully terminated"
#define ZISDYN_LOG_TERMED_MSG ZISDYN_LOG_TERMED_MSG_ID" "ZISDYN_LOG_TERMED_MSG_TEXT

Expand Down

0 comments on commit b1c850c

Please sign in to comment.