Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use "on"/"off" when displaying bool parameters
This is a lot more readable than "0"/"1", which can easily be confused with integer parameters. Note that this breaks some backwards compatibility. Older clients will not be able to parse configuration files generated by newer clients, as they had a bug where they could only understand "0" and "1".
- Loading branch information