fix iss749 (#904)

This commit is contained in:
Steve 2023-07-21 14:00:58 -07:00 committed by GitHub
parent f3af8eee30
commit d02bfc9db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ if not maxclients then
maxclients = 10
end
if enabled_count > maxclients then
err("Number of clients enabled (" .. enabled_count .. " exceeds maxclients (" .. maxclients .. "); only the first 100 will activate.")
err("Number of clients enabled (" .. enabled_count .. ") exceeds maxclients value (" .. maxclients .. ")")
end
-- save configuration (commit)