summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75d4c13)
raw | patch | inline | side by side (parent: 75d4c13)
author | Florian Forster <octo@collectd.org> | |
Wed, 20 Sep 2017 17:38:10 +0000 (19:38 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 20 Sep 2017 17:38:10 +0000 (19:38 +0200) |
src/perl.c | patch | blob | history |
diff --git a/src/perl.c b/src/perl.c
index 66ad181948ee6d41009768872ebb69500b278b89..a6739c462331498249ee0538ce747e40390d6058 100644 (file)
--- a/src/perl.c
+++ b/src/perl.c
HV *config;
if (NULL == perl_threads) {
- log_err("No plugins was loaded yet! Put your plugin configuration block "
- "after relevant `LoadPlugin' option.");
+ log_err("A `Plugin' block was encountered but no plugin was loaded yet. "
+ "Put the appropriate `LoadPlugin' option in front of it.");
return -1;
}