]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a warning when there is no cnfiguration file.
authorMike Brady <mikebrady@eircom.net>
Wed, 27 Feb 2019 18:46:15 +0000 (18:46 +0000)
committerMike Brady <mikebrady@eircom.net>
Wed, 27 Feb 2019 18:46:15 +0000 (18:46 +0000)
shairport.c

index 02aa362b4138ab0040c3b8bbc4ff6854463e4658..8f87e1c9d5674c48b7009e8e0cb98f4875061b58 100644 (file)
@@ -867,7 +867,7 @@ int parse_options(int argc, char **argv) {
 
     } else {
       if (config_error_type(&config_file_stuff) == CONFIG_ERR_FILE_IO)
-        debug(1, "Error reading configuration file \"%s\": \"%s\".",
+        debug(2, "Error reading configuration file \"%s\": \"%s\".",
               config_error_file(&config_file_stuff), config_error_text(&config_file_stuff));
       else {
         die("Line %d of the configuration file \"%s\":\n%s", config_error_line(&config_file_stuff),