Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -N -r1.36 -r1.37 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 30 Jan 2018 13:40:36 -0000 1.36 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 4 Feb 2018 00:50:50 -0000 1.37 @@ -136,7 +136,7 @@ if {[regexp {^ad_page_contract documentation} $::errorInfo] } { array set doc_elements $errorMsg } else { - ad_log warning "api_read_script_documentation: got unexpected result while sourcing $::acs::rootdir/$path\n$errorMsg" + ns_log notice "api_read_script_documentation: got unexpected result while sourcing $::acs::rootdir/$path $errorMsg" return -code error $errorMsg } } finally {