Index: openacs-4/packages/tasks/tcl/tasks-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/tcl/tasks-callback-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/tasks/tcl/tasks-callback-procs.tcl 13 Mar 2006 07:38:41 -0000 1.8 +++ openacs-4/packages/tasks/tcl/tasks-callback-procs.tcl 1 Jun 2006 15:32:50 -0000 1.9 @@ -73,7 +73,7 @@ } { create new tasks linked to this action } { - ns_log notice "\#\#\# entering tasks-action-callback: $case_id, $object_id, $action_id" + ns_log Debug "\#\#\# entering tasks-action-callback: $case_id, $object_id, $action_id" db_1row process_id { select tp.process_instance_id, @@ -153,7 +153,7 @@ } if { [regexp "^[ad_conn package_url](.*)$" [ad_conn url] match url_request] } { - ns_log notice "tasks implementation of contact::redirecturl_request $url_request" + ns_log Debug "tasks implementation of contact::redirecturl_request $url_request" switch $url_request { processes { set file "/packages/tasks/www/processes" } process { set file "/packages/tasks/www/process" }