summaryrefslogtreecommitdiff
path: root/Echolot/Pinger
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-01-14 06:04:37 +0000
committerPeter Palfrader <peter@palfrader.org>2003-01-14 06:04:37 +0000
commit1b5fed479a31e06829a714f7ac520b0f101642ff (patch)
treee00e639c190a898d9c6adf4db77ac7cf5054376c /Echolot/Pinger
parent205ce37e7d1cfc4e447e66dadaaf3512c99d9adc (diff)
Set mixmaster verbose to 0
Diffstat (limited to 'Echolot/Pinger')
-rw-r--r--Echolot/Pinger/Mix.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Pinger/Mix.pm b/Echolot/Pinger/Mix.pm
index 7bca883..b0cf783 100644
--- a/Echolot/Pinger/Mix.pm
+++ b/Echolot/Pinger/Mix.pm
@@ -1,7 +1,7 @@
package Echolot::Pinger::Mix;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Mix.pm,v 1.10 2003/01/14 05:25:35 weasel Exp $
+# $Id: Mix.pm,v 1.11 2003/01/14 06:04:37 weasel Exp $
#
=pod
@@ -61,6 +61,7 @@ sub ping($$$$) {
print (F "PUBRING pubring.mix\n");
print (F "TYPE2LIST type2.list\n");
print (F "SENDMAIL $sendmail -f $address -t\n");
+ print (F "VERBOSE 0\n");
close (F) or
Echolot::Log::warn("Cannot close $mixcfg: $!."),
return 0;