summaryrefslogtreecommitdiff
path: root/Echolot
diff options
context:
space:
mode:
Diffstat (limited to 'Echolot')
-rw-r--r--Echolot/Scheduler.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Scheduler.pm b/Echolot/Scheduler.pm
index d2e8d92..0e0dc89 100644
--- a/Echolot/Scheduler.pm
+++ b/Echolot/Scheduler.pm
@@ -1,7 +1,7 @@
package Echolot::Scheduler;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Scheduler.pm,v 1.15 2003/06/06 10:15:02 weasel Exp $
+# $Id: Scheduler.pm,v 1.16 2003/06/06 11:50:30 weasel Exp $
#
=pod
@@ -102,7 +102,7 @@ sub schedule($$$;$$) {
$for += $interval;
$cnt ++;
};
- Echolot::Log::debug("Skipping n runs of $name.") if $cnt;
+ Echolot::Log::debug("Skipping $cnt runs of $name.") if $cnt;
};
$arguments = [] unless defined $arguments;