]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Even more specific config file diagnostics...
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 8 Oct 2022 08:32:41 +0000 (09:32 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 8 Oct 2022 08:32:41 +0000 (09:32 +0100)
shairport.c

index 97f918f4dee566111ad1cbd6951b6936178ee900..86bf0691e99e92e5d5e43d12fce1f7b524597d85 100644 (file)
@@ -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