instrument the startup slightly more
authorminima <minima>
Fri, 25 Oct 2002 12:59:43 +0000 (12:59 +0000)
committerminima <minima>
Fri, 25 Oct 2002 12:59:43 +0000 (12:59 +0000)
Changes
perl/cluster.pl

diff --git a/Changes b/Changes
index cae5b66a403f976e6f2ef54be909f7ba8f245c43..59ec29c83637d18b185ccd927efd66737d0733e4 100644 (file)
--- 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 
index b89e5805696fc82787193234f4266897beed30af..d6e323276696098ed4e2928cfb110facd4c2dd63 100755 (executable)
@@ -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();