projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eafacc
)
src/plugin.c: Fix an error message.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 17 Mar 2009 13:41:45 +0000
(14:41 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 17 Mar 2009 13:41:45 +0000
(14:41 +0100)
src/plugin.c
patch
|
blob
|
history
diff --git
a/src/plugin.c
b/src/plugin.c
index
5a7a52a
..
da2e5e2
100644
(file)
--- a/
src/plugin.c
+++ b/
src/plugin.c
@@
-650,7
+650,7
@@
int plugin_register_read (const char *name,
read_heap = c_heap_create (plugin_compare_read_func);
if (read_heap == NULL)
{
- ERROR ("plugin_register_
complex_
read: "
+ ERROR ("plugin_register_read: "
"c_heap_create failed.");
return (-1);
}