From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 8 Oct 2022 08:32:41 +0000 (+0100) Subject: Even more specific config file diagnostics... X-Git-Tag: 4.1-rc2~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489041d2cd48b73cbeb95950d5e287e75857e7ab;p=thirdparty%2Fshairport-sync.git Even more specific config file diagnostics... --- diff --git a/shairport.c b/shairport.c index 97f918f4..86bf0691 100644 --- a/shairport.c +++ b/shairport.c @@ -594,7 +594,9 @@ int parse_options(int argc, char **argv) { debug(2, "looking for configuration file at full path \"%s\"", config_file_real_path); /* Read the file. If there is an error, report it and exit. */ if (config_read_file(&config_file_stuff, config_file_real_path)) { + debug(2,"configuration file opened"); free(config_file_real_path); + debug(2,"set auto_convert!"); config_set_auto_convert(&config_file_stuff, 1); // allow autoconversion from int/float to int/float // make config.cfg point to it