Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.140.2.12 -r1.140.2.13 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 16 Oct 2015 10:29:27 -0000 1.140.2.12 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 20 Oct 2015 10:43:42 -0000 1.140.2.13 @@ -946,7 +946,7 @@ secret {set $key [ad_urldecode_query $val]} } } - ns_log notice [list ad_sign -max_age $max_age -secret $secret $value] + return [ad_sign -max_age $max_age -secret $secret $value] }