summaryrefslogtreecommitdiff
path: root/Echolot/Commands.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-04-24 11:03:07 +0000
committerPeter Palfrader <peter@palfrader.org>2004-04-24 11:03:07 +0000
commitcba4fede6001197482b3d6c79dd698aae4232339 (patch)
treee7220466933bffdc4f600b8ee468d8829a14d660 /Echolot/Commands.pm
parent0d19f7f43d3cf883a238e24b9ba44cf918d9d20c (diff)
Print summary on notice level, not info, if it was requested manually
Diffstat (limited to 'Echolot/Commands.pm')
-rw-r--r--Echolot/Commands.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Commands.pm b/Echolot/Commands.pm
index df475b0..fd02adc 100644
--- a/Echolot/Commands.pm
+++ b/Echolot/Commands.pm
@@ -82,7 +82,8 @@ sub processCommands($) {
} elsif ($command eq 'buildfromlines') {
Echolot::Globals::get()->{'scheduler'}->schedule('buildfromlines', 0, time() );
} elsif ($command eq 'summary') {
- Echolot::Globals::get()->{'scheduler'}->schedule('summary', 0, time() );
+ @args = ('manual');
+ Echolot::Globals::get()->{'scheduler'}->schedule('summary', 0, time(), \@args );
} elsif ($command eq 'delete') {
Echolot::Globals::get()->{'storage'}->delete_remailer(@args);
} elsif ($command eq 'setremailercaps') {