missing space
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 cdbfa38..e2b7e88 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;
        }