Index: openacs-4/packages/logger/tcl/entry-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/tcl/entry-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/logger/tcl/entry-procs.tcl 23 Nov 2006 12:39:44 -0000 1.13 +++ openacs-4/packages/logger/tcl/entry-procs.tcl 25 Apr 2018 19:47:47 -0000 1.14 @@ -258,7 +258,7 @@ set old $old_percent_complete set new $new_percent_complete - set changes [list] + set changes {} if {![string equal $old $new]} { if {$new >= 100 && $old < 100} { lappend changes "Closing task"