mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
include operative message in OpConfigError output
This commit is contained in:
parent
97e4601c77
commit
4faf74052a
@ -65,6 +65,6 @@ public class OpConfigError extends ActivityInitError {
|
||||
sb.append(" " + super.getMessage());
|
||||
}
|
||||
|
||||
return sb.toString();
|
||||
return sb + super.getMessage();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user