]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
missing space 1285/head
authorMatthew Newton <mcn4@leicester.ac.uk>
Thu, 1 Oct 2015 01:01:17 +0000 (02:01 +0100)
committerMatthew Newton <mcn4@leicester.ac.uk>
Thu, 1 Oct 2015 01:01:17 +0000 (02:01 +0100)
src/modules/rlm_cache/rlm_cache.c

index cdbfa38c32191bdb37d455c8952b6ccce8b8a555..e2b7e88188b7b2ff6f8f61a00db2c555e0e2dc7d 100644 (file)
@@ -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;
        }