shwstppr commented on code in PR #12515:
URL: https://github.com/apache/cloudstack/pull/12515#discussion_r2730182730
##########
utils/src/main/java/org/apache/cloudstack/utils/jsinterpreter/JsInterpreter.java:
##########
@@ -136,36 +136,25 @@ public void discardCurrentVariables() {
*/
public void injectVariable(String key, Object value) {
if (key == null) return;
- logger.trace(String.format(injectingLogMessage, key,
String.valueOf(value)));
+ logger.trace(injectingLogMessage, key, value);
variables.put(key, value);
Review Comment:
@winterhazel this will need update
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]