summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 39016ac)
raw | patch | inline | side by side (parent: 39016ac)
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 da2e5e288c76a3fbc09c2c162631806059a4ab61..7a89508c217d86c31e5a33b635581d11a4654595 100644 (file)
--- a/src/plugin.c
+++ b/src/plugin.c
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);
}
}