Index: openacs-4/packages/acs-admin/www/apm/file-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/Attic/file-add-2.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-admin/www/apm/file-add-2.tcl 5 Apr 2001 18:23:38 -0000 1.2 +++ openacs-4/packages/acs-admin/www/apm/file-add-2.tcl 12 Apr 2001 19:25:37 -0000 1.3 @@ -19,7 +19,6 @@ set index_path [lindex $info 0] set file_type [lindex $info 1] set db_type [lindex $info 2] -ns_log Notice "Huh? db_type: $db_type" # Do a doubleclick protection check. if { ![db_string apm_file_add_doubleclick_ck { select count(*) from apm_package_files Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 12 Apr 2001 16:58:18 -0000 1.6 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 12 Apr 2001 19:25:37 -0000 1.7 @@ -771,8 +771,8 @@ apm_callback_and_log $callback "\n" @@ -1182,6 +1182,6 @@ lappend query_file_list $path } } - ns_log Notice "APM: Data model scripts for $package_key: $query_file_list" + ns_log Notice "APM: Query files for $package_key: $query_file_list" return $query_file_list }