We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c819d0 commit d2ca3efCopy full SHA for d2ca3ef
utils/src/main/java/org/apache/cloudstack/utils/jsinterpreter/JsInterpreter.java
@@ -67,7 +67,7 @@ public class JsInterpreter implements Closeable {
67
68
protected ScriptEngine interpreter;
69
protected String interpreterName;
70
- private final String injectingLogMessage = "Injecting variable [%s] with value [%s] into the JS interpreter.";
+ private final String injectingLogMessage = "Injecting variable [{}] with value [{}] into the JS interpreter.";
71
protected ExecutorService executor;
72
private TimeUnit defaultTimeUnit = TimeUnit.MILLISECONDS;
73
private long timeout;
0 commit comments