/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: teddy at bsnet
  • Date: 2011-12-23 20:00:52 UTC
  • Revision ID: teddy@fukt.bsnet.se-20111223200052-nehnjfy0fogvm4ii
* mandos (initlogger): Take new "debug" argument; all callers changed.
                       Only add console logger in debug mode.
  (main/cleanup): Remove temp file on failure.

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)))
65
64
void error_plus(int status, int errnum, const char *formatstring,
66
65
                ...){
67
66
  va_list ap;