projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7409265
)
perl plugin: Fixed Collectd::plugin_call_all function name im DEBUG()/ERROR()
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
diff --git
a/bindings/perl/lib/Collectd.pm
b/bindings/perl/lib/Collectd.pm
index
576e5f4
..
ddacf02
100644
(file)
--- a/
bindings/perl/lib/Collectd.pm
+++ b/
bindings/perl/lib/Collectd.pm
@@
-180,13
+180,13
@@
sub plugin_call_all {
}
if (TYPE_LOG != $type) {
}
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]) {
. $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;
}
return;
}