From 30c04010ac064722d9ed2bd045464c06dc7eccb0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 8 May 2013 15:01:31 +0200 Subject: Make error message in read_config() more precise, we fail in that case. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Reviewed-by: Simo Sorce --- proxy/src/gp_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy/src') diff --git a/proxy/src/gp_config.c b/proxy/src/gp_config.c index 6993c52..a906128 100644 --- a/proxy/src/gp_config.c +++ b/proxy/src/gp_config.c @@ -363,7 +363,7 @@ struct gp_config *read_config(char *config_file, int opt_daemonize) ret = load_config(cfg); if (ret) { - GPDEBUG("Config file not found! Proceeding with defaults.\n"); + GPDEBUG("Config file not found!\n"); } done: -- cgit