~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

  • Committer: Brian Aker
  • Date: 2009-05-20 23:51:08 UTC
  • mfrom: (1022.2.18 mordred)
  • Revision ID: brian@gaz-20090520235108-nb5he1em112798pb
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
525
525
    if (plugin->plugin->init(registry))
526
526
    {
527
527
      errmsg_printf(ERRMSG_LVL_ERROR,
528
 
                    _("Plugin '%s' init function returned error."),
 
528
                    _("Plugin '%s' init function returned error.\n"),
529
529
                    plugin->name.str);
530
530
      goto err;
531
531
    }