/[smeserver]/rpms/qpsmtpd/sme8/qpsmtpd-0.33-hook-logdebug.patch
ViewVC logotype

Annotation of /rpms/qpsmtpd/sme8/qpsmtpd-0.33-hook-logdebug.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Fri Oct 16 22:45:25 2009 UTC (14 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Update to 0.83

1 slords 1.1 --- lib/Qpsmtpd.pm.hook-logdebug Sun Nov 5 10:54:03 2006
2     +++ lib/Qpsmtpd.pm Sun Nov 5 19:35:48 2006
3     @@ -341,7 +341,7 @@
4     $@ and warn("FATAL LOGGING PLUGIN ERROR: ", $@) and next;
5     }
6     else {
7     - $self->varlog(LOGINFO, $hook, $code->{name});
8     + $self->varlog(LOGDEBUG, $hook, $code->{name});
9     eval { (@r) = $code->{code}->($self, $self->transaction, @_); };
10     $@ and $self->log(LOGCRIT, "FATAL PLUGIN ERROR: ", $@) and next;
11    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed