Index: openacs-4/packages/robot-detection/tcl/robot-detection-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/robot-detection/tcl/robot-detection-init.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/robot-detection/tcl/robot-detection-init.tcl 9 Mar 2002 02:00:02 -0000 1.2 +++ openacs-4/packages/robot-detection/tcl/robot-detection-init.tcl 1 Nov 2003 08:45:39 -0000 1.3 @@ -22,7 +22,7 @@ # Install ad_robot_filter for all specified patterns foreach filter_pattern $filter_pattern_list { - ns_log Notice "Installing robot filter for $filter_pattern\n" + ns_log Debug "Installing robot filter for $filter_pattern" set filter_pattern [ad_urlencode [string trim $filter_pattern]] ad_register_filter postauth GET $filter_pattern ad_robot_filter }