Update show config

This commit is contained in:
Martin Lund 2022-10-19 22:35:34 +02:00
parent 48a2298e81
commit fba56318f8

View file

@ -493,7 +493,7 @@ void config_file_print(void)
{ {
if (c.path != NULL) if (c.path != NULL)
{ {
tio_printf(" Path: %s", c.path); tio_printf(" Active configuration file: %s", c.path);
if (c.section_name != NULL) if (c.section_name != NULL)
{ {
tio_printf(" Active sub-configuration: %s", c.section_name); tio_printf(" Active sub-configuration: %s", c.section_name);