Fixed minor typo with threads error logging

This commit is contained in:
Amos Ng 2020-06-17 09:14:05 +08:00
parent f43e2a2055
commit 964c4afb4b
No known key found for this signature in database
GPG Key ID: 89086414F634D123
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed
- [2020-06-17] Fixed minor typo with threads error logging by [@lflare].
### Security

View File

@ -285,7 +285,7 @@ public class MangaDexClient {
}
if (settings.getThreads() < 4) {
MangaDexClient.dieWithError("Config Error: Invalid number of threads, must be >= 8");
MangaDexClient.dieWithError("Config Error: Invalid number of threads, must be >= 4");
}
if (settings.getMaxBandwidthMibPerHour() < 0) {