summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7409265)
raw | patch | inline | side by side (parent: 7409265)
author | Pavel Rochnyack <pavel2000@ngs.ru> | |
Sat, 14 May 2016 21:51:36 +0000 (03:51 +0600) | ||
committer | Pavel Rochnyack <pavel2000@ngs.ru> | |
Fri, 16 Sep 2016 04:46:26 +0000 (10:46 +0600) |
bindings/perl/lib/Collectd.pm | patch | blob | history |
index 576e5f431534175ee652c02163af12ad8ce93704..ddacf0242cd07eb979875c237fe78b7c9b304144 100644 (file)
}
if (TYPE_LOG != $type) {
- DEBUG ("Collectd::plugin_call: type = \"$type\" ("
+ DEBUG ("Collectd::plugin_call_all: type = \"$type\" ("
. $types{$type} . "), args=\""
. join(', ', map { defined($_) ? $_ : '<undef>' } @_) . "\"");
}
if (! defined $plugins[$type]) {
- ERROR ("Collectd::plugin_call: unknown type \"$type\"");
+ ERROR ("Collectd::plugin_call_all: unknown type \"$type\"");
return;
}