mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-27 11:10:31 -06:00
improve clarity of driver loading error
This commit is contained in:
parent
d7192e7b9a
commit
a07adc5680
@ -323,7 +323,7 @@ public class ScenarioController {
|
||||
.setMaturity(this.minMaturity)
|
||||
.load(activityDef)
|
||||
.orElseThrow(
|
||||
() -> new RuntimeException("Could not load Driver for " + activityDef + "'")
|
||||
() -> new RuntimeException("Driver for '" + activityDef + "' was not found.")
|
||||
);
|
||||
|
||||
executor = new ActivityExecutor(
|
||||
|
Loading…
Reference in New Issue
Block a user