/[mailutils]/mailutils/mail.local/main.c
ViewVC logotype

Diff of /mailutils/mail.local/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by gray, Tue Dec 10 07:32:14 2002 UTC revision 1.29 by gray, Thu Dec 12 14:43:55 2002 UTC
# Line 234  _sieve_action_log (void *user_name, Line 234  _sieve_action_log (void *user_name,
234    if (fmt && strlen (fmt))    if (fmt && strlen (fmt))
235      {      {
236        char *diag = NULL;        char *diag = NULL;
237        asprintf (&diag, fmt, ap);        vasprintf (&diag, fmt, ap);
238        syslog (LOG_NOTICE, "(user %s) %s: %s", (char*) user_name, text, diag);        syslog (LOG_NOTICE, "(user %s) %s: %s", (char*) user_name, text, diag);
239        free (diag);        free (diag);
240      }      }

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26