X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.c;h=0451e8a757665db7b501fcc98bdd2db18b22c88a;hb=e746ad785774de37a30302fef65f1c4aaf8698ab;hp=6ae8ffb81fda247309ac31b3863da9f36de6c0d2;hpb=be126043c2be20399d7670fe194645292018bde0;p=collectd.git diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index 6ae8ffb8..0451e8a7 100644 --- a/src/daemon/plugin.c +++ b/src/daemon/plugin.c @@ -401,12 +401,12 @@ static int plugin_load_file(const char *file, _Bool global) { char errbuf[1024] = ""; snprintf(errbuf, sizeof(errbuf), - "dlopen (\"%s\") failed: %s. " - "The most common cause for this problem is " - "missing dependencies. Use ldd(1) to check " - "the dependencies of the plugin " - "/ shared object.", - file, dlerror()); + "dlopen (\"%s\") failed: %s. " + "The most common cause for this problem is " + "missing dependencies. Use ldd(1) to check " + "the dependencies of the plugin " + "/ shared object.", + file, dlerror()); ERROR("%s", errbuf); /* Make sure this is printed to STDERR in any case, but also