Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.234.2.15 -r1.234.2.16 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 4 Feb 2021 19:00:13 -0000 1.234.2.15 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 8 Feb 2021 11:00:39 -0000 1.234.2.16 @@ -1127,8 +1127,8 @@ # if this could be deleted. # if {$package_id eq "" && [ns_conn isconnected]} { - ad_log warning "get_community_id: could no find package_id so far." \ - "using connection package_id as last resort" + ad_log Warning "get_community_id: could no find package_id so far. \ + Using connection package_id as last resort" set package_id [ad_conn package_id] } }