]> git.ozlabs.org Git - petitboot/blobdiff - discover/parser-conf.c
logging: Clean up debug logs
[petitboot] / discover / parser-conf.c
index 3154a463c6908a5ea4b3e05a15b10c3f5bc468a4..79193ed76622397e2517e59683b6aa11a1ac82fd 100644 (file)
@@ -181,7 +181,7 @@ int conf_set_global_option(struct conf_context *conf, const char *name,
                if (streq(name, conf->global_options[i].name)) {
                        conf->global_options[i].value
                                = talloc_strdup(conf, value);
-                       pb_log("%s: %s = '%s'\n", __func__, name, value);
+                       pb_debug("%s: %s = '%s'\n", __func__, name, value);
                        return 1;
                }
        }