Index: openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl 17 May 2003 09:56:45 -0000 1.12 +++ openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl 29 Jun 2003 23:32:23 -0000 1.13 @@ -265,6 +265,7 @@ # MAYBE NOT, THE SEMANTICS MIGHT REQUIRE TO CALL # THE FUNCTION ONLY IF THE IMPLEMENTATION IS SUPPORTED. ns_log warning "ACS-SC: Function Not Found: $proc_name [info procs $proc_name]" +ns_log Notice "Huh? $contract $impl $operation" return } } @@ -282,4 +283,4 @@ } else { # ns_log Debug "$msg" } -} \ No newline at end of file +}