Index: openacs-4/packages/lorsm/www/delivery/servlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/servlet.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/lorsm/www/delivery/servlet.tcl 9 May 2018 15:33:32 -0000 1.15 +++ openacs-4/packages/lorsm/www/delivery/servlet.tcl 15 Nov 2019 08:45:10 -0000 1.16 @@ -316,7 +316,7 @@ #if { ! [empty_string_p $total_time_ms] } { append total_time ".$total_time_ms" } #appending time fields to return string append returndata ",cmi.core.session_time=$session_time,cmi.core.total_time=$total_time" - ns_log $basiclevel "SCORM initialised, sending data to applet" + ns_log $basiclevel "SCORM initialized, sending data to applet" ns_log $tracelevel "$returndata" ns_return 200 text/plain "$returndata"