Index: openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl,v diff -u -N -r1.28 -r1.29 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 22 Jun 2002 17:39:09 -0000 1.28 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 2 Jul 2002 22:31:15 -0000 1.29 @@ -65,7 +65,7 @@ # init of each applet NOTE: this applet_add proc _must_ be able to be # called repeatedly since this script is eval'd at every server startup foreach applet [dotlrn_community::list_applets] { - # Callback on all applets + ns_log notice "dotlrn-init: calling ${applet}::AddApplet" dotlrn_community::applet_call $applet AddApplet [list] }