From 089d0a6eb769d531129a7cd1061493a1a24b4bef Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 1 Nov 2013 10:31:00 +0800 Subject: logging: Clean up debug logs We have quite a few pb_logs which should be pb_debug. This change moves developer-specific info to pb_debug. Signed-off-by: Jeremy Kerr --- discover/parser-conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discover/parser-conf.c') diff --git a/discover/parser-conf.c b/discover/parser-conf.c index 3154a46..79193ed 100644 --- a/discover/parser-conf.c +++ b/discover/parser-conf.c @@ -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; } } -- cgit v1.2.1