Index: trunk/src/tmcsim/client/CADClient.java
===================================================================
--- trunk/src/tmcsim/client/CADClient.java	(revision 310)
+++ trunk/src/tmcsim/client/CADClient.java	(revision 361)
@@ -260,7 +260,14 @@
         // Create the CAD Client thread to run the CADClientModel Object.
         Thread clientThread = new Thread(theClientScreenModel);
+        
+        // Log that everything started okay
         clientThread.start();
+            cadClientLogger.logp(Level.INFO, "CAD Client",
+                    "Constructor",
+                    "Initialization complete.");
 
         ensureProperShutdown();
+        
+        
     }
 
