~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_stderr/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-05-03 22:35:33 UTC
  • mfrom: (997.2.26 mordred)
  • Revision ID: brian@gaz-20090503223533-lv7lwqelv08dnv2j
Merge of Monty's code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DRIZZLE_PLUGIN(errmsg_stderr,[Error Message Plugin],
2
 
        [Errmsg Plugin that sends messages to stderr.])
3
 
DRIZZLE_PLUGIN_DYNAMIC(errmsg_stderr, [liberrmsg_stderr.la])
 
1
[plugin]
 
2
name=errmsg_stderr
 
3
title=Error Message Plugin
 
4
description=Errmsg Plugin that sends messages to stderr.