projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39016ac
)
src/plugin.c: Fixed a typo.
author
Sebastian Harl
<sh@tokkee.org>
Wed, 18 Mar 2009 10:11:35 +0000
(11:11 +0100)
committer
Sebastian Harl
<sh@tokkee.org>
Fri, 20 Mar 2009 10:02:37 +0000
(11:02 +0100)
src/plugin.c
patch
|
blob
|
history
diff --git
a/src/plugin.c
b/src/plugin.c
index
da2e5e2
..
7a89508
100644
(file)
--- a/
src/plugin.c
+++ b/
src/plugin.c
@@
-690,8
+690,7
@@
int plugin_register_complex_read (const char *name,
read_heap = c_heap_create (plugin_compare_read_func);
if (read_heap == NULL)
{
- ERROR ("plugin_register_complex_read: "
- "c_heap_create failed.");
+ ERROR ("plugin_register_read: c_heap_create failed.");
return (-1);
}
}