src/plugin.c: Fixed a typo.
authorSebastian Harl <sh@tokkee.org>
Wed, 18 Mar 2009 10:11:35 +0000 (11:11 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 20 Mar 2009 10:02:37 +0000 (11:02 +0100)
src/plugin.c

index da2e5e2..7a89508 100644 (file)
@@ -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);
                }
        }