mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
improve debugging views
This commit is contained in:
parent
1dd2cbfe1e
commit
5653ebbc3d
@ -62,4 +62,9 @@ public class StringBindingsTemplate {
|
||||
Bindings bindings = bindingsTemplate.resolveBindings();
|
||||
return new StringBindings(compositor,bindings);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "TEMPLATE:"+this.stringTemplate+" BINDING:"+bindingsTemplate.toString();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user