~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_notify/errmsg_notify.cc

  • Committer: Brian Aker
  • Date: 2011-01-30 02:23:31 UTC
  • mto: (2132.1.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2134.
  • Revision ID: brian@tangent.org-20110130022331-9tfhjn2ja4l33mhe
Merge in removal/need for session in error message plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    errmsg_tags.push_back("Error");
55
55
  }
56
56
 
57
 
  virtual bool errmsg(Session *, int priority, const char *format, va_list ap)
 
57
  virtual bool errmsg(int priority, const char *format, va_list ap)
58
58
  {
59
59
    char msgbuf[MAX_MSG_LEN];
60
60
    int prv;