mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-23 01:06:47 -06:00
Fix MongoAction incorrect error message
This commit is contained in:
parent
7f2c2e31ed
commit
8725cc4065
@ -71,6 +71,6 @@ public class MongoAction implements SyncAction {
|
||||
}
|
||||
|
||||
throw new RuntimeException(String.format("Exhausted max tries (%s) on cycle %s",
|
||||
cycleValue, activity.getMaxTries()));
|
||||
activity.getMaxTries(), cycleValue));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user