~skinny.moey/drizzle/innodb-replication_tests

« back to all changes in this revision

Viewing changes to plugin/errmsg_notify/errmsg_notify.cc

  • Committer: Joseph Daly
  • Date: 2010-12-02 00:57:45 UTC
  • mfrom: (1802.1.164 staging)
  • Revision ID: skinny.moey@gmail.com-20101202005745-z3duxvi5chvouf7h
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <cstdio>  /* for vsnprintf */
23
23
#include <stdarg.h>  /* for va_list */
24
24
#include <unistd.h>  /* for write(2) */
 
25
#include <iostream>
25
26
#include <libnotifymm.h>
26
27
#include <boost/scoped_ptr.hpp>
27
28
 
85
86
     }
86
87
     catch (Glib::Error& err)
87
88
     {
88
 
        fprintf(stderr, err.what().c_str());
 
89
        cerr << err.what() << endl;
89
90
     }
90
91
#endif
91
92