summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-05-08 15:01:31 +0200
committerGünther Deschner <gd@samba.org>2013-05-15 13:34:46 +0200
commit30c04010ac064722d9ed2bd045464c06dc7eccb0 (patch)
treecb9d59791a50799500b92a7b9cd8ad26a55ad7d8
parent64c50b61c2adf36b3582c1e35911f4768b3cec4b (diff)
downloadgss-proxy-30c04010ac064722d9ed2bd045464c06dc7eccb0.tar.gz
gss-proxy-30c04010ac064722d9ed2bd045464c06dc7eccb0.tar.xz
gss-proxy-30c04010ac064722d9ed2bd045464c06dc7eccb0.zip
Make error message in read_config() more precise, we fail in that case.
Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
-rw-r--r--proxy/src/gp_config.c2
1 files changed, 1 insertions, 1 deletions
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: