Re: [PATCH] improved readability of default logging logic

2012-05-06 Thread Robert Spier
Applied with commented out section removed. +#if ( $hook =~ /^auth/i ) { +#warn sprintf( "run_hooks called by %s, %s, %s\n", (caller) ); +#}; On Sun, May 6, 2012 at 1:55 PM, Matt Simerson wrote: > --- > lib/Qpsmtpd.pm | 30 ++ > plugins/logging/warn | 17 +++

[PATCH] improved readability of default logging logic

2012-05-06 Thread Matt Simerson
--- lib/Qpsmtpd.pm | 30 ++ plugins/logging/warn | 17 + 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index dbbd2a0..5d23211 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -125,17 +125,18 @@