Index: openacs-4/packages/general-comments/tcl/general-comments-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/tcl/general-comments-procs.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 29 Sep 2003 17:45:48 -0000 1.10 +++ openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 1 Nov 2003 08:45:38 -0000 1.11 @@ -108,7 +108,6 @@ } else { set content_select [db_map content_select] ;# ", r.content" } - # ns_log notice "content_select: $content_select" if { ![empty_string_p $context_id] } { set context_clause "and o.context_id = :context_id" @@ -251,7 +250,7 @@ return $package_url } else { # log an error message - ns_log "Notice" "The General Comments package is not mounted." + ns_log Notice "general_comments_package_url_not_cached: the General Comments package is not mounted." return "" } }