X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=d49c7966f96001d8750d5ca3bfd3e99194ef0433;hb=54ab4e12f2a2127855dc70936f4cdeb57fc4576c;hp=9c002766bfdb224c8ed7a00b12577e15cbe19c37;hpb=e20501f53ac42e8610371377d022164ae233356a;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 9c002766..d49c7966 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -67,7 +67,7 @@ package main; @inqueue = (); # the main input queue, an array of hashes $systime = 0; # the time now (in seconds) -$version = "1.31"; # the version no of the software +$version = "1.32"; # the version no of the software $starttime = 0; # the starting time of the cluster $lockfn = "cluster.lock"; # lock file name @@ -257,7 +257,7 @@ sub process_inqueue die "\$user not defined for $call" if !defined $user; if ($error) { - dbg(chan, "DROPPED with $error duff characters"); + dbg('chan', "DROPPED with $error duff characters"); } else { # normal input $dxchan->normal($line);