From 5d4119889ce065aaad44297c0d1c8139a34be455 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Thu, 1 Oct 2015 02:01:17 +0100 Subject: [PATCH] missing space --- src/modules/rlm_cache/rlm_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rlm_cache/rlm_cache.c b/src/modules/rlm_cache/rlm_cache.c index cdbfa38c321..e2b7e88188b 100644 --- a/src/modules/rlm_cache/rlm_cache.c +++ b/src/modules/rlm_cache/rlm_cache.c @@ -715,7 +715,7 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance) if (!inst->handle) { cf_log_err_cs(conf, "Could not link driver %s: %s", inst->driver_name, dlerror()); cf_log_err_cs(conf, "Make sure it (and all its dependent libraries!) are in the search path" - "of your system's ld"); + " of your system's ld"); return -1; } -- 2.47.3