~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg_print.cc

  • Committer: Mark Atwood
  • Date: 2011-08-16 05:41:07 UTC
  • mfrom: (2392.1.1 drizzle-autoconf)
  • Revision ID: me@mark.atwood.name-20110816054107-59bmf3pwje230t6l
Tags: 2011.08.24
mergeĀ lp:~brianaker/drizzle/help-fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  errmsg_printf(error::ERROR, "%s: %s\n", message.c_str(), errmsg_ptr);
86
86
}
87
87
 
88
 
bool errmsg_printf (error::level_t priority, char const *format, ...)
 
88
bool errmsg_printf(error::level_t priority, char const *format, ...)
89
89
{
90
90
  bool rv;
91
91
  va_list args;