X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=d3ab1871c438c6ed2f3a1e5adcff97d9c5733edf;hb=19f68ea69f734f50b46fba21aab99315d5803e09;hp=7b5bf6f46b95a55728789e00728bfd61eab0c6c1;hpb=0bd9d2811cc42417676a1b11b121681c2377d70a;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 7b5bf6f4..d3ab1871 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -68,7 +68,7 @@ package main; @inqueue = (); # the main input queue, an array of hashes $systime = 0; # the time now (in seconds) -$version = "1.40"; # the version no of the software +$version = "1.41"; # the version no of the software $starttime = 0; # the starting time of the cluster $lockfn = "cluster.lock"; # lock file name @outstanding_connects = (); # list of outstanding connects @@ -299,7 +299,7 @@ STDOUT->autoflush(1); Log('cluster', "DXSpider V$version started"); # banner -dbg('err', "DXSpider DX Cluster Version $version\nCopyright (c) 1998-1999 Dirk Koopman G1TLH"); +dbg('err', "DXSpider DX Cluster Version $version", "Copyright (c) 1998-2000 Dirk Koopman G1TLH"); # load Prefixes dbg('err', "loading prefixes ..."); @@ -368,7 +368,6 @@ dbg('local', "Local::init error $@") if $@; # this, such as it is, is the main loop! dbg('err', "orft we jolly well go ..."); -Log('err', "DXSpider version $version started..."); #open(DB::OUT, "|tee /tmp/aa");