/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/splashy.c

  • Committer: Björn Påhlsson
  • Date: 2011-12-26 15:23:45 UTC
  • Revision ID: belorn@recompile.se-20111226152345-cd9mz98e7eiqbfbx
nicer stacktrace when mandos-monitor fail during startup

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
int signal_received;
62
62
 
63
63
/* Function to use when printing errors */
 
64
__attribute__((format (gnu_printf, 3, 4)))
64
65
void error_plus(int status, int errnum, const char *formatstring,
65
66
                ...){
66
67
  va_list ap;