On Thursday 07 September 2006 17:07, Amy Griffis wrote:
 +                       if (r->filterkey) {
 +                               audit_log_format(ab, " key=");
 +                               audit_log_untrustedstring(ab,
 r->filterkey); +                       } else
 +                               audit_log_format(ab, " key=(null)");
 +                       audit_log_format(ab, " path=");
 +                       audit_log_untrustedstring(ab, w->path); 
Do you mind if we switch the order of these? Maybe path, key, list.
Thanks for updating the messages.
-Steve