commit | 56f50a03b7f1f996cccd88f661ccbc9438a9d139 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 10 11:47:36 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 10 16:42:47 2022 +0100 |
tree | e1c1a94afa018b4028e8f33a75b49213983bfc6e | |
parent | 9fbc84e571be630eeb5185b97c4bbaee8b870127 [diff] |
CLEANUP: cli: rename dynamic error printing state Rename CLI_ST_PRINT_FREE to CLI_ST_PRINT_DYNERR. Most notably, this highlights that this is reserved to error printing. This is done to ensure consistency between CLI_ST_PRINT/CLI_ST_PRINT_DYN and CLI_ST_PRINT_ERR/CLI_ST_PRINT_DYNERR. The name is also consistent with the function cli_dynerr() which activates it.