Index: openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 25 Dec 2006 16:39:50 -0000 1.7 +++ openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 14 Jun 2007 11:40:42 -0000 1.8 @@ -176,7 +176,9 @@ } } else { # TODO : we must return an error/exception, for now just add a notice in the log - ns_log Notice "AJAXHELPER : $source is already loaded or not valid" + # Maltes: ACtually you should do nothing, otherwise you cannot call this procedure in helper procedures + # Which may or may not be called multiple times on a page. + ns_log Debug "AJAXHELPER : $source is already loaded or not valid" } } } @@ -1042,4 +1044,4 @@ return $suggestions_stub -} \ No newline at end of file +}