cvs commit: qpsmtpd/plugins/queue postfix-queue
[email protected] (Ask "Bj?rn" Hansen)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/06/05 03:07:03
Modified: plugins/queue postfix-queue
Log:
loglevel change
Revision Changes Path
1.2 +1 -1 qpsmtpd/plugins/queue/postfix-queue
Index: postfix-queue
===================================================================
RCS file: /cvs/public/qpsmtpd/plugins/queue/postfix-queue,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- postfix-queue 19 Feb 2004 10:55:36 -0000 1.1
+++ postfix-queue 5 Jun 2004 10:07:03 -0000 1.2
@@ -22,7 +22,7 @@
if (@args > 0) {
$self->{_queue_socket} = $args[0];
- $self->log(1, "WARNING: Ignoring additional arguments.") if (@args > 1);
+ $self->log(LOGWARN, "WARNING: Ignoring additional arguments.") if (@args > 1);
} else {
$self->{_queue_socket} = "/var/spool/postfix/public/cleanup";
}