From 8c9e806b29c6d127f67801ef99862090f067f50d Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 25 Oct 2002 12:59:43 +0000 Subject: [PATCH] instrument the startup slightly more --- Changes | 1 + perl/cluster.pl | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index cae5b66a..59ec29c8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ 25Oct02======================================================================= 1. remove the dupefile automatically if it becomes corrupted +2. instrument the startup slightly more 21Oct02======================================================================= 1. Fix msg aging. 2. make the default pinginterval and obscount variable (set/var diff --git a/perl/cluster.pl b/perl/cluster.pl index b89e5805..d6e32327 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -455,23 +455,29 @@ unless ($is_win) { } # start dupe system +dbg("Starting Dupe system"); DXDupe::init(); # read in system messages +dbg("Read in Messages"); DXM->init(); # read in command aliases +dbg("Read in Aliases"); CmdAlias->init(); # initialise the Geomagnetic data engine +dbg("Start WWV"); Geomag->init(); +dbg("Start WCY"); WCY->init(); # initial the Spot stuff +dbg("Starting DX Spot system"); Spot->init(); # initialise the protocol engine -dbg("reading in duplicate spot and WWV info ..."); +dbg("Start Protocol Engines ..."); DXProt->init(); QXProt->init(); -- 2.34.1