Open 1000TurquoisePogs opened 5 months ago
ZSS prints this message here https://github.com/zowe/zss/blob/b1e08d732ee34f1fda127ebbc799ffab18d6247e/c/zss.c#L373 It is printed because the user did not configure an optional parameter.
This should not be printed as an INFO message on that condition. It will scare people into thinking they did something wrong.
Make it a DEBUG message.
ZSS prints this message here https://github.com/zowe/zss/blob/b1e08d732ee34f1fda127ebbc799ffab18d6247e/c/zss.c#L373 It is printed because the user did not configure an optional parameter.
This should not be printed as an INFO message on that condition. It will scare people into thinking they did something wrong.
Make it a DEBUG message.