From: Matthew Newton Date: Thu, 1 Oct 2015 01:01:17 +0000 (+0100) Subject: missing space X-Git-Tag: release_3_0_10~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1285%2Fhead;p=thirdparty%2Ffreeradius-server.git missing space --- 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; }