From 580d29c3743df13f983a6965754be1ac88c075a6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 6 Jun 2003 11:50:30 +0000 Subject: s/n/$cnt/ --- Echolot/Scheduler.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Echolot') 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 -# $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; -- cgit v1.2.3